#3818: get_refresh_out is truly dead

This commit is contained in:
Christian Grothoff 2015-06-15 14:19:35 +02:00
parent 2ca543cd07
commit 36e189ceef

View File

@ -717,14 +717,6 @@ postgres_prepare (PGconn *db_conn)
" FROM refresh_melts" " FROM refresh_melts"
" WHERE coin_pub=$1", " WHERE coin_pub=$1",
1, NULL); 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 /* Used in #postgres_insert_refresh_commit_links() to
store commitments */ store commitments */
PREPARE ("insert_refresh_commit_link", PREPARE ("insert_refresh_commit_link",