Remove unused error code ERR_BAD_PASSWORD

This commit is contained in:
Ian Barwick
2016-07-12 09:36:50 +09:00
parent ddaaa28449
commit eebaef59a3
2 changed files with 0 additions and 2 deletions

View File

@@ -29,7 +29,6 @@
#define ERR_DB_CON 6
#define ERR_DB_QUERY 7
#define ERR_PROMOTED 8
#define ERR_BAD_PASSWORD 9
#define ERR_STR_OVERFLOW 10
#define ERR_FAILOVER_FAIL 11
#define ERR_BAD_SSH 12