fix warning
authorChristian Grothoff <christian@grothoff.org>
Sat, 16 Jan 2010 20:08:30 +0000 (20:08 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 16 Jan 2010 20:08:30 +0000 (20:08 +0000)
src/arm/mockup-service.c

index 026138fab1260a67f933184a2c314cfa3b7a92b9..d7b57abc2831697fb2767c7aebd81a886d79c118 100644 (file)
@@ -36,7 +36,6 @@ run (void *cls,
      const struct GNUNET_CONFIGURATION_Handle *cfg)
 {
        /* Does nothing */
-       int x = 0;
 }
 
 
@@ -51,4 +50,4 @@ int main(int argc, char *const *argv)
                              &run, NULL)) ? 0 : 1;
        
        return ret;
-}
\ No newline at end of file
+}