aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-30 14:24:48 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-30 14:24:48 +0100
commitc002f458ce3d532b633d345427e713a81239e108 (patch)
tree1f6df663e4af5f9bbe46a94cdaeb19c85f9c049c /src/exchangedb/plugin_exchangedb_postgres.c
parentb7000379ed2c7ca31aeb4561a0ffc1c4bf9405c7 (diff)
downloadexchange-c002f458ce3d532b633d345427e713a81239e108.tar.xz
-C skeletions
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index 6724a947e..cd5773a05 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -751,7 +751,6 @@ libtaler_plugin_exchangedb_postgres_init (void *cls)
= &TEH_PG_batch_reserves_in_insert;
plugin->batch2_reserves_in_insert
= &TEH_PG_batch2_reserves_in_insert;
-#if 0
plugin->insert_kyc_attributes
= &TEH_PG_insert_kyc_attributes;
plugin->update_kyc_attributes
@@ -774,7 +773,6 @@ libtaler_plugin_exchangedb_postgres_init (void *cls)
= &TEH_PG_select_aml_history;
plugin->insert_aml_decision
= &TEH_PG_insert_aml_decision;
-#endif
return plugin;
}