disable
authorChristian Grothoff <christian@grothoff.org>
Fri, 15 Apr 2011 13:37:20 +0000 (13:37 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 15 Apr 2011 13:37:20 +0000 (13:37 +0000)
src/datastore/perf_datastore_api.c
src/datastore/perf_plugin_datastore.c

index f61b984b8742455b645a109b59f80ac3da9f27ab..306e6d5e04295ecd78eb0fe23c444a2389131dfb 100644 (file)
@@ -383,6 +383,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, "_")))
index d80bf082974104f69e39635830cbc7f7bcc71197..2903a8f28051dc29e11390293b0148d9605336fa 100644 (file)
@@ -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, "_")))