Browse Source

* Remove unused variables major, minor, micro and tmp_version.

master
Richard Kreckel 20 years ago
parent
commit
186a20eb1e
  1. 3
      cln.m4

3
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) ||

Loading…
Cancel
Save