diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-14 19:41:27 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-14 19:41:27 +0800 |
commit | d08db5565702465469052e01d06ff76194d03cd4 (patch) | |
tree | 58db90bc271d5f58bdc0c75b7efd3a8228e93a68 /include | |
parent | 115cf628efd96f27a9f8b4379e1b87b31293921f (diff) | |
download | pttbbs-d08db5565702465469052e01d06ff76194d03cd4.tar pttbbs-d08db5565702465469052e01d06ff76194d03cd4.tar.gz pttbbs-d08db5565702465469052e01d06ff76194d03cd4.tar.bz2 pttbbs-d08db5565702465469052e01d06ff76194d03cd4.tar.lz pttbbs-d08db5565702465469052e01d06ff76194d03cd4.tar.xz pttbbs-d08db5565702465469052e01d06ff76194d03cd4.tar.zst pttbbs-d08db5565702465469052e01d06ff76194d03cd4.zip |
remove dircache
prevent error for push bottom
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1758 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index 20260ad1..48c35d49 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -376,10 +376,6 @@ typedef struct { unsigned char nHOTs; boardheader_t *HBcache[HOTBOARDCACHE]; #endif -#if DIRCACHESIZE - // Ptt: dricache À³³§ï令¨¥ucache ¼öö̪ùù¬Ýݪ©©Á×קKmemory®öö¶O - fileheader_t dircache[MAX_BOARD][DIRCACHESIZE]; -#endif time_t busystate_b[MAX_BOARD]; int total[MAX_BOARD]; unsigned char n_bottom[MAX_BOARD]; /* number of bottom */ |