Imported Upstream version 1.3.0
[platform/upstream/libzip.git] / regress / nonrandomopen.c
index d833bbf..4f74222 100644 (file)
@@ -52,7 +52,6 @@ static int (*real_open)(const char *path, int mode, ...) = NULL;
 static void
 init(void)
 {
-    char *foo;
     real_open = dlsym(RTLD_NEXT, "open");
     if (!real_open)
        abort();