diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-04-15 13:37:20 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-04-15 13:37:20 +0000 |
commit | c04ebca5776f3c248e0cccfee27f8dfdd8f3a32c (patch) | |
tree | 6a30999fd1028fe87baf6d858a00f75a94d5853a /src/datastore/perf_plugin_datastore.c | |
parent | a90207b2751742ced5ec02e811b15843be83f047 (diff) |
disable
Diffstat (limited to 'src/datastore/perf_plugin_datastore.c')
-rw-r--r-- | src/datastore/perf_plugin_datastore.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/perf_plugin_datastore.c b/src/datastore/perf_plugin_datastore.c index d80bf08297..2903a8f280 100644 --- a/src/datastore/perf_plugin_datastore.c +++ b/src/datastore/perf_plugin_datastore.c @@ -549,6 +549,7 @@ main (int argc, char *argv[]) char *pos; char dir_name[128]; + if (1) return 0; /* determine name of plugin to use */ plugin_name = argv[0]; while (NULL != (pos = strstr(plugin_name, "_"))) |