]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
tests: Remove unused static const variables in md5-sha1-test.c.
authorChih-Hung Hsieh <chh@google.com>
Fri, 4 Sep 2015 19:04:11 +0000 (12:04 -0700)
committerMark Wielaard <mjw@redhat.com>
Mon, 7 Sep 2015 21:51:35 +0000 (23:51 +0200)
Signed-off-by: Chih-Hung Hsieh <chh@google.com>
Signed-off-by: Mark Wielaard <mjw@redhat.com>
tests/ChangeLog
tests/md5-sha1-test.c

index 99b4d8f1e84130b0843c422f8d01942b24b83e62..44a8f0454d4339fab872d26883294478a3e962e1 100644 (file)
@@ -1,3 +1,8 @@
+2015-09-04  Chih-Hung Hsieh  <chh@google.com>
+
+       * md5-sha1-test.c (md5_expected): Removed.
+       (sha1_expected): Likewise.
+
 2015-09-04  Chih-Hung Hsieh  <chh@google.com>
 
        * asm-tst1.c (main): Replace %Z length modifier with %z.
index 49de07856787f84d31a605461ecb75ea298bb8cb..d50355e914bafa273c7b98aed18098a44eedde95 100644 (file)
@@ -61,14 +61,6 @@ static const struct expected
 #define md5_size       16
 #define sha1_size      20
 
-static const char md5_expected[] =
-  {
-  };
-
-static const char sha1_expected[] =
-  {
-  };
-
 #define TEST_HASH(ALGO, I)                                                   \
   {                                                                          \
     struct ALGO##_ctx ctx;                                                   \