Remove unused error code ERR_BAD_PASSWORD

This commit is contained in:
Ian Barwick
2016-07-12 09:36:50 +09:00
parent 94d05619c3
commit 3db87e6a31
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