summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-15 14:19:35 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-15 14:19:35 +0200
commit36e189ceef202c1cb3ed9d3e17d710849eb59e3e (patch)
tree17a972320ad4cadc5f19717aae6f13507fa2b429
parent2ca543cd073a55f241c39b0905588a20882f7c93 (diff)
downloadexchange-36e189ceef202c1cb3ed9d3e17d710849eb59e3e.tar.gz
exchange-36e189ceef202c1cb3ed9d3e17d710849eb59e3e.tar.bz2
exchange-36e189ceef202c1cb3ed9d3e17d710849eb59e3e.zip
#3818: get_refresh_out is truly dead
-rw-r--r--src/mintdb/plugin_mintdb_postgres.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mintdb/plugin_mintdb_postgres.c b/src/mintdb/plugin_mintdb_postgres.c
index 6f048c35d..e822c7113 100644
--- a/src/mintdb/plugin_mintdb_postgres.c
+++ b/src/mintdb/plugin_mintdb_postgres.c
@@ -717,14 +717,6 @@ postgres_prepare (PGconn *db_conn)
" FROM refresh_melts"
" WHERE coin_pub=$1",
1, NULL);
-
- /* FIXME: 'get_refresh_out' is not used anywhere! (#3818)
- Should be needed for /refresh/link at least. */
- PREPARE ("get_refresh_out",
- "SELECT ev_sig "
- "FROM refresh_out "
- "WHERE session_hash=$1 AND newcoin_index=$2",
- 2, NULL);
/* Used in #postgres_insert_refresh_commit_links() to
store commitments */
PREPARE ("insert_refresh_commit_link",