summaryrefslogtreecommitdiffstats
path: root/mbbsd/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/cache.c')
-rw-r--r--mbbsd/cache.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mbbsd/cache.c b/mbbsd/cache.c
index 261cfa5f..288c38cf 100644
--- a/mbbsd/cache.c
+++ b/mbbsd/cache.c
@@ -476,10 +476,6 @@ demoney(int money)
int
moneyof(int uid)
{ /* ptt 改進金錢處理效率 */
- if(SHM->money[uid - 1] < 0)
- {
- SHM->money[uid - 1] = passwd_query_money(uid);
- }
return SHM->money[uid - 1];
}