projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce4aeaa
)
fix warning
author
Christian Grothoff
<christian@grothoff.org>
Sat, 16 Jan 2010 20:08:30 +0000
(20:08 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Sat, 16 Jan 2010 20:08:30 +0000
(20:08 +0000)
src/arm/mockup-service.c
patch
|
blob
|
history
diff --git
a/src/arm/mockup-service.c
b/src/arm/mockup-service.c
index 026138fab1260a67f933184a2c314cfa3b7a92b9..d7b57abc2831697fb2767c7aebd81a886d79c118 100644
(file)
--- 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
+}