From 186a20eb1eab83b1e37988549f244d1c10b9a5d1 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Tue, 23 Aug 2005 20:37:06 +0000 Subject: [PATCH] * Remove unused variables major, minor, micro and tmp_version. --- cln.m4 | 3 --- 1 file changed, 3 deletions(-) diff --git a/cln.m4 b/cln.m4 index bfe4f1a..e012b9b 100644 --- a/cln.m4 +++ b/cln.m4 @@ -93,9 +93,6 @@ extern "C" int system(const char *); int main(void) { - int major, minor, micro; - char *tmp_version; - system("touch conf.clntest"); if ((CL_VERSION_MAJOR != $cln_config_major_version) ||