summaryrefslogtreecommitdiff
path: root/src/bank-lib/bank_api_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-16 21:02:10 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-16 21:02:18 +0100
commit3d9ad86dfb34121c88a4446b216c74c14517722f (patch)
tree23a3050c83425aa4c4fd776dfe1a25f95ea9236a /src/bank-lib/bank_api_common.h
parent1032cdea0f2c917f695231271affebbd553ae839 (diff)
downloadexchange-3d9ad86dfb34121c88a4446b216c74c14517722f.tar.gz
exchange-3d9ad86dfb34121c88a4446b216c74c14517722f.tar.bz2
exchange-3d9ad86dfb34121c88a4446b216c74c14517722f.zip
remove duplicated, wrong ec logic in bank-lib
Diffstat (limited to 'src/bank-lib/bank_api_common.h')
-rw-r--r--src/bank-lib/bank_api_common.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/bank-lib/bank_api_common.h b/src/bank-lib/bank_api_common.h
index 1120ed94e..d2d022bd0 100644
--- a/src/bank-lib/bank_api_common.h
+++ b/src/bank-lib/bank_api_common.h
@@ -63,14 +63,4 @@ TALER_BANK_path_to_url_ (const char *u,
const char *path);
-/**
- * Parse error code given in @a json.
- *
- * @param json the json to parse
- * @return error code, or #TALER_EC_INVALID if not found
- */
-enum TALER_ErrorCode
-TALER_BANK_parse_ec_ (const json_t *json);
-
-
#endif