Remove unused.
authorSimon Josefsson <simon@josefsson.org>
Wed, 10 May 2006 09:14:28 +0000 (09:14 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 10 May 2006 09:14:28 +0000 (09:14 +0000)
tests/Test_encoding.c

index b01569c..0a42543 100644 (file)
@@ -43,11 +43,6 @@ main (int argc, char *argv[])
   ASN1_TYPE definitions = ASN1_TYPE_EMPTY;
   ASN1_TYPE asn1_element = ASN1_TYPE_EMPTY;
   char errorDescription[MAX_ERROR_DESCRIPTION_SIZE];
-  unsigned char value[1024], der[1024];
-  int valueLen, tag = 0, class = 0;
-  int k;
-  int start, end;
-  const char *str_p = NULL;
   const char *treefile = getenv ("ASN1ENCODING");
 
   if (!treefile)