aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/jpeg-6b/wrtarga.c
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-02-08 16:48:41 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-02-08 16:48:41 +0100
commitfdcc810259e2580a3bf94f715472fdc17782f27a (patch)
treee112fa6f44c1424f3a14801e081d333e1efaf18c /test/monniaux/jpeg-6b/wrtarga.c
parentd574e7d3f1086d3277d7b252846ac62b3ea256f7 (diff)
downloadcompcert-kvx-fdcc810259e2580a3bf94f715472fdc17782f27a.tar.gz
compcert-kvx-fdcc810259e2580a3bf94f715472fdc17782f27a.zip
removed 'KILL_TAIL_CALL()', no longer needed
Diffstat (limited to 'test/monniaux/jpeg-6b/wrtarga.c')
-rw-r--r--test/monniaux/jpeg-6b/wrtarga.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/monniaux/jpeg-6b/wrtarga.c b/test/monniaux/jpeg-6b/wrtarga.c
index 7bfe2a44..cf104d2d 100644
--- a/test/monniaux/jpeg-6b/wrtarga.c
+++ b/test/monniaux/jpeg-6b/wrtarga.c
@@ -200,7 +200,6 @@ start_output_tga (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo)
} else {
ERREXIT(cinfo, JERR_TGA_COLORSPACE);
}
- KILL_TAIL_CALL();
}
@@ -215,7 +214,6 @@ finish_output_tga (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo)
fflush(dinfo->output_file);
if (ferror(dinfo->output_file))
ERREXIT(cinfo, JERR_FILE_WRITE);
- KILL_TAIL_CALL();
}