From: brarcher Date: Sun, 14 Jun 2015 15:55:08 +0000 (+0000) Subject: tests: remove unused variables from main() X-Git-Tag: 0.10.0~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2430be0826059b0535677f9f6fa24220d149f360;p=check tests: remove unused variables from main() git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1206 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/tests/check_mem_leaks.c b/tests/check_mem_leaks.c index 240b265..590f766 100644 --- a/tests/check_mem_leaks.c +++ b/tests/check_mem_leaks.c @@ -12,7 +12,7 @@ #include "config.h" #include "check_check.h" -int main (int argc, char ** argv) +int main () { int n; SRunner *sr;