commit 16c15bea89153c27969d76ad1c1cbb77ce6e0633
parent d35f49076c08a72aa6085e1bee96861aa0ef8034
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 29 Feb 2020 15:45:35 +0100
fix warning
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
@@ -3040,7 +3040,6 @@ libtaler_plugin_merchantdb_postgres_init (void *cls)
struct GNUNET_CONFIGURATION_Handle *cfg = cls;
struct PostgresClosure *pg;
struct TALER_MERCHANTDB_Plugin *plugin;
- const char *ec;
struct GNUNET_PQ_PreparedStatement ps[] = {
GNUNET_PQ_make_prepare ("insert_deposit",
"INSERT INTO merchant_deposits"