From: brarcher Date: Mon, 23 Jun 2014 04:13:06 +0000 (+0000) Subject: Remove unused declaration X-Git-Tag: 0.10.0~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00ef6f1dbc6e0b93f4e7ef6b7f821cd60c6b2fe5;p=check Remove unused declaration Patch provided by Michael Piszczek git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1151 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/AUTHORS b/AUTHORS index b0312f1..316d84e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -49,6 +49,7 @@ Contributors: Tim Müller (Use _exit() instead of exit() on _ck_assert_failed()) Georg Sauthoff (Solaris support, misc autotools fixes) forest (AIX and Solaris support) + Michael Piszczek (misc cleanup) Anybody who has contributed code to Check or Check's build system is considered an author. Send patches to this file to diff --git a/src/check_log.c b/src/check_log.c index 45c1f61..8050bdd 100644 --- a/src/check_log.c +++ b/src/check_log.c @@ -341,7 +341,6 @@ void tap_lfun(SRunner * sr CK_ATTRIBUTE_UNUSED, FILE * file, enum cl_event evt) { TestResult *tr; - Suite *s; static int num_tests_run = 0;