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/jcmarker.c | 1 - 1 file changed, 1 deletion(-) (limited to 'test/monniaux/jpeg-6b/jcmarker.c') diff --git a/test/monniaux/jpeg-6b/jcmarker.c b/test/monniaux/jpeg-6b/jcmarker.c index ed98ef9f..3d1e6c6d 100644 --- a/test/monniaux/jpeg-6b/jcmarker.c +++ b/test/monniaux/jpeg-6b/jcmarker.c @@ -115,7 +115,6 @@ emit_byte (j_compress_ptr cinfo, int val) if (! (*dest->empty_output_buffer) (cinfo)) ERREXIT(cinfo, JERR_CANT_SUSPEND); } - KILL_TAIL_CALL(); } -- cgit