diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/bbs/Makefile | 2 | ||||
-rw-r--r-- | common/bbs/file.c | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/common/bbs/Makefile b/common/bbs/Makefile index 458a01e6..d06df6a3 100644 --- a/common/bbs/Makefile +++ b/common/bbs/Makefile @@ -5,7 +5,7 @@ MKPIC:=no SRCROOT:= ../.. .include "$(SRCROOT)/pttbbs.mk" -SRCS:= log.c file.c money.c names.c path.c time.c string.c fhdr_stamp.c +SRCS:= log.c money.c names.c path.c time.c string.c fhdr_stamp.c LIB:= cmbbs install: diff --git a/common/bbs/file.c b/common/bbs/file.c deleted file mode 100644 index 8222d1f6..00000000 --- a/common/bbs/file.c +++ /dev/null @@ -1,9 +0,0 @@ -#include "cmsys.h" -#include "cmbbs.h" - -int -belong(const char *filelist, const char *key) -{ - return file_exist_record(filelist, key); -} - |