summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-29 15:45:35 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-29 15:45:35 +0100
commit16c15bea89153c27969d76ad1c1cbb77ce6e0633 (patch)
tree12d79fa202a68f5a776df16988c950f4150a88f1
parentd35f49076c08a72aa6085e1bee96861aa0ef8034 (diff)
downloadmerchant-16c15bea89153c27969d76ad1c1cbb77ce6e0633.tar.gz
merchant-16c15bea89153c27969d76ad1c1cbb77ce6e0633.tar.bz2
merchant-16c15bea89153c27969d76ad1c1cbb77ce6e0633.zip
fix warning
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index a4ac4c6d..bbc80132 100644
--- 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"