From 085e14dff1f8e76a7c7ae2afc74d04d3675736a6 Mon Sep 17 00:00:00 2001 From: ludwig Date: Sun, 6 Nov 2005 18:22:49 +0000 Subject: use system memcpy and memset git-svn-id: svn://svn.icculus.org/quake3/trunk@301 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/unix/linux_common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'code/unix') 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 -- cgit v1.2.3