summary refs log tree commit diff
path: root/elf
diff options
context:
space:
mode:
Diffstat (limited to 'elf')
-rw-r--r--elf/tst-dlmodcount.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/tst-dlmodcount.c b/elf/tst-dlmodcount.c
index b48ed0e2ae..9a1b6b9ab6 100644
--- a/elf/tst-dlmodcount.c
+++ b/elf/tst-dlmodcount.c
@@ -85,8 +85,6 @@ load (const char *path)
 static void
 unload (const char *path, void *handle)
 {
-  int ret;
-
   printf ("unloading `%s'\n", path);
   if (dlclose (handle) < 0)
     exit (2);