aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_plugin_block_fs.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-02 14:39:09 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-02 14:39:09 +0000
commit1a4f73873bfa7eabccb76ef3657d2225f755fd04 (patch)
treef88d671224270e25625ff792f8be7ac97461c7c4 /src/fs/test_plugin_block_fs.c
parent15a8471c0edc4134f57c19884c033a63f49a04dd (diff)
-removing useless code
Diffstat (limited to 'src/fs/test_plugin_block_fs.c')
-rw-r--r--src/fs/test_plugin_block_fs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs/test_plugin_block_fs.c b/src/fs/test_plugin_block_fs.c
index a9f5ce3f00..d354847d4a 100644
--- a/src/fs/test_plugin_block_fs.c
+++ b/src/fs/test_plugin_block_fs.c
@@ -64,7 +64,6 @@ main (int argc, char *argv[])
GNUNET_log_setup ("test-block", "WARNING", NULL);
cfg = GNUNET_CONFIGURATION_create ();
- GNUNET_CONFIGURATION_set_value_string (cfg, "block", "PLUGINS", "fs");
ctx = GNUNET_BLOCK_context_create (cfg);
ret = test_fs (ctx);
GNUNET_BLOCK_context_destroy (ctx);