test-symlinkat: remove declaration of unused local
[gnulib.git] / ChangeLog
index 3f0ff01..03bdd3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-10-13  Jim Meyering  <meyering@redhat.com>
 
+       test-symlinkat: remove declaration of unused local
+       * tests/test-symlinkat.c (main): Remove unused local, "buf".
+
        test-inttostr: avoid shadowing warnings
        * tests/test-inttostr.c (main): Rename local, "buf" to "b",
        and use malloc rather than the stack for the same reason as