summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-01-16 11:46:05 +0100
committerChristian Grothoff <christian@grothoff.org>2018-01-16 11:46:05 +0100
commitc300b88af215e6bd8f59dac87cde754f7e4b4cdb (patch)
tree3900fc7ef51a896f3305003e0cb04a2a803f68c6
parentb31d803c167ada7ab33a1fc59be9ba5bb5dc5981 (diff)
downloadexchange-c300b88af215e6bd8f59dac87cde754f7e4b4cdb.tar.gz
exchange-c300b88af215e6bd8f59dac87cde754f7e4b4cdb.tar.bz2
exchange-c300b88af215e6bd8f59dac87cde754f7e4b4cdb.zip
remove dead error code
-rw-r--r--src/include/taler_error_codes.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index d90bd4f30..0121cfd60 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1378,12 +1378,6 @@ enum TALER_ErrorCode
TALER_EC_TIP_AUTHORIZE_DB_SOFT_ERROR = 2706,
/**
- * The reserve that was used to fund the tips was never enabled.
- * Returned with an HTTP status code of "not found".
- */
- TALER_EC_TIP_AUTHORIZE_RESERVE_NOT_ENABLED = 2707,
-
- /**
* The backend had trouble accessing the database to persist
* information about enabling tips.
* Returned with an HTTP status code of internal error.