aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-04 16:33:35 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-04 16:33:35 +0000
commit70ec14559f335b5d433fb39ebefcbefdb659194a (patch)
treef37ac3df0333ebe310cccbeaa9ab1d82ebed2329 /src/include
parentba37451c0580423a829e30bf8567d23a4b8bef09 (diff)
downloadgnunet-70ec14559f335b5d433fb39ebefcbefdb659194a.tar.gz
gnunet-70ec14559f335b5d433fb39ebefcbefdb659194a.zip
removing dead API calls
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_datastore_plugin.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/include/gnunet_datastore_plugin.h b/src/include/gnunet_datastore_plugin.h
index a3f8b5f3b..8df61b2f4 100644
--- a/src/include/gnunet_datastore_plugin.h
+++ b/src/include/gnunet_datastore_plugin.h
@@ -338,14 +338,6 @@ struct GNUNET_DATASTORE_PluginFunctions
338 PluginSelector iter_zero_anonymity; 338 PluginSelector iter_zero_anonymity;
339 339
340 /** 340 /**
341 * Iterate over all the items in the datastore
342 * as fast as possible in a single transaction
343 * (can lock datastore while this happens, focus
344 * is on doing it fast).
345 */
346 PluginSelector iter_all_now;
347
348 /**
349 * Delete the database. The next operation is 341 * Delete the database. The next operation is
350 * guaranteed to be unloading of the module. 342 * guaranteed to be unloading of the module.
351 */ 343 */