From fdcc810259e2580a3bf94f715472fdc17782f27a Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Fri, 8 Feb 2019 16:48:41 +0100 Subject: removed 'KILL_TAIL_CALL()', no longer needed --- test/monniaux/jpeg-6b/jdmaster.c | 1 - 1 file changed, 1 deletion(-) (limited to 'test/monniaux/jpeg-6b/jdmaster.c') diff --git a/test/monniaux/jpeg-6b/jdmaster.c b/test/monniaux/jpeg-6b/jdmaster.c index 512bd679..2802c5b7 100644 --- a/test/monniaux/jpeg-6b/jdmaster.c +++ b/test/monniaux/jpeg-6b/jdmaster.c @@ -529,7 +529,6 @@ jpeg_new_colormap (j_decompress_ptr cinfo) master->pub.is_dummy_pass = FALSE; /* just in case */ } else ERREXIT(cinfo, JERR_MODE_CHANGE); - KILL_TAIL_CALL(); } #endif /* D_MULTISCAN_FILES_SUPPORTED */ -- cgit