summaryrefslogtreecommitdiffstats
path: root/common/bbs/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/bbs/file.c')
-rw-r--r--common/bbs/file.c9
1 files changed, 0 insertions, 9 deletions
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);
-}
-