aboutsummaryrefslogtreecommitdiffstats
path: root/code/botlib/l_precomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/botlib/l_precomp.c')
-rw-r--r--code/botlib/l_precomp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/code/botlib/l_precomp.c b/code/botlib/l_precomp.c
index 91b9a7b..8b5e4d3 100644
--- a/code/botlib/l_precomp.c
+++ b/code/botlib/l_precomp.c
@@ -705,11 +705,7 @@ int PC_ExpandBuiltinDefine(source_t *source, token_t *deftoken, define_t *define
token_t **firsttoken, token_t **lasttoken)
{
token_t *token;
-#ifdef _WIN32
- unsigned long t; // time_t t; //to prevent LCC warning
-#else
time_t t;
-#endif
char *curtime;