From: Christian Grothoff Date: Sat, 16 Jan 2010 20:08:30 +0000 (+0000) Subject: fix warning X-Git-Tag: initial-import-from-subversion-38251~22959 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d6f386ca51514316d7fd06b26a02fb3833379983;p=oweals%2Fgnunet.git fix warning --- diff --git a/src/arm/mockup-service.c b/src/arm/mockup-service.c index 026138fab..d7b57abc2 100644 --- a/src/arm/mockup-service.c +++ b/src/arm/mockup-service.c @@ -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 +}