summaryrefslogtreecommitdiffstats
path: root/mbbsd/stuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/stuff.c')
-rw-r--r--mbbsd/stuff.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/mbbsd/stuff.c b/mbbsd/stuff.c
index b4b479f2..6a37d816 100644
--- a/mbbsd/stuff.c
+++ b/mbbsd/stuff.c
@@ -131,17 +131,6 @@ subject(char *title)
/* ----------------------------------------------------- */
/* 字串轉換檢查函數 */
/* ----------------------------------------------------- */
-int
-str_checksum(const char *str)
-{
- int n = 1;
- if (strlen(str) < 6)
- return 0;
- while (*str)
- n += *(str++) * (n);
- return n;
-}
-
/**
* 將字串 s 轉為小寫存回 t
* @param t allocated char array