diff options
-rw-r--r-- | mbbsd/user.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c index d4016643..9227c381 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -1050,7 +1050,6 @@ toregister(char *email, char *genbuf, char *phone, char *career, } } -#ifndef FOREIGN_REG static int HaveRejectStr(char *s, char **rej) { int i; @@ -1078,7 +1077,6 @@ static int HaveRejectStr(char *s, char **rej) } return 0; } -#endif static char *isvalidname(char *rname) { |