Remove unused version variable.
authorSimon Josefsson <simon@josefsson.org>
Thu, 19 Oct 2006 14:17:52 +0000 (14:17 +0000)
committerSimon Josefsson <simon@josefsson.org>
Thu, 19 Oct 2006 14:17:52 +0000 (14:17 +0000)
src/asn1Coding.c
src/asn1Decoding.c
src/asn1Parser.c

index 4edcbc7..80d4525 100644 (file)
   #include <getopt.h>
 #endif
 
-char version_man[] = "asn1Coding (GNU libtasn1) " VERSION "\n"
-  "Written by Fabio Fiorina."
-  "\n"
-  "Copyright (C) 2002, 2006 Free Software Foundation, Inc.\n";
-
 char help_man[] =
   "Usage: asn1Coding [options] <file1> <file2>\n"
   "\n"
@@ -344,8 +339,3 @@ main(int argc,char *argv[])
 
  exit(0);
 }
-
-
-
-
-
index 8e48fec..c948f98 100644 (file)
   #include <getopt.h>
 #endif
 
-char version_man[] = "asn1Decoding (GNU libtasn1) " VERSION "\n"
-  "Written by Fabio Fiorina."
-  "\n"
-  "Copyright (C) 2002, 2006 Free Software Foundation, Inc.\n";
-
 char help_man[] =
   "asn1Decoding generates an ASN1 type from FILE1\n"
   "with ASN1 definitions and FILE2 with a DER encoding.\n"
index 4909d93..6d111f0 100644 (file)
   #include <getopt.h>
 #endif
 
-char version_man[] = "asn1Parser (GNU libtasn1) " LIBTASN1_VERSION "\n"
-  "Written by Fabio Fiorina."
-  "\n"
-  "Copyright (C) 2002, 2006 Free Software Foundation, Inc.\n";
-
 char help_man[] =
   "Usage: asn1Parser [options] FILE\n"
   "asn1Parser reads FILE with ASN1 definitions and\n"