diff options
Diffstat (limited to 'code/unix')
-rw-r--r-- | code/unix/linux_common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/code/unix/linux_common.c b/code/unix/linux_common.c index 0321ac2..ab1eafa 100644 --- a/code/unix/linux_common.c +++ b/code/unix/linux_common.c @@ -1,3 +1,4 @@ +#if 0 // not used anymore /* =========================================================================== Copyright (C) 1999-2005 Id Software, Inc. @@ -342,3 +343,4 @@ void Com_Prefetch (const void *s, const unsigned int bytes, e_prefetch type) } #endif +#endif |