]> granicus.if.org Git - check/commitdiff
Remove unused declaration
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 23 Jun 2014 04:13:06 +0000 (04:13 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 23 Jun 2014 04:13:06 +0000 (04:13 +0000)
Patch provided by Michael Piszczek

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1151 64e312b2-a51f-0410-8e61-82d0ca0eb02a

AUTHORS
src/check_log.c

diff --git a/AUTHORS b/AUTHORS
index b0312f1152d78d69db9167e44953c437503e0858..316d84e47fdc92076202f6c8982dd190b7e0aa3c 100644 (file)
--- 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 
index 45c1f61267ddc283b952d6c1562048a4efe4fe12..8050bdd43566452c1bf6e3f64fa7f95876af6f88 100644 (file)
@@ -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;