summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-07-25 19:53:31 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-07-25 19:53:31 +0200
commitde83b055d5c4bdbdebdc972e822ec9a4f5604bea (patch)
tree27ebf423a56d0c16f9bc17122d2b27e6be1ab912 /src/include
parent40858f0952adb1a476010d509cd2cf62e33077a6 (diff)
downloadexchange-de83b055d5c4bdbdebdc972e822ec9a4f5604bea.tar.gz
exchange-de83b055d5c4bdbdebdc972e822ec9a4f5604bea.tar.bz2
exchange-de83b055d5c4bdbdebdc972e822ec9a4f5604bea.zip
-simplify table drop logic
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 94b4b40dd..ae221c8cd 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -2761,17 +2761,6 @@ struct TALER_EXCHANGEDB_Plugin
(*drop_tables)(void *cls);
/**
- * Drop the Taler tables on a shard. This should only be used in testcases.
- *
- * @param cls the @e cls of this struct with the plugin-specific state
- * @param old_idx the index which was used then the database was initialized.
- * @return #GNUNET_OK upon success; #GNUNET_SYSERR upon failure
- */
- enum GNUNET_GenericReturnValue
- (*drop_shard_tables)(void *cls,
- uint32_t old_idx);
-
- /**
* Create the necessary tables if they are not present
*
* @param cls the @e cls of this struct with the plugin-specific state