summaryrefslogtreecommitdiff
path: root/src/qcommon/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcommon/common.c')
-rw-r--r--src/qcommon/common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qcommon/common.c b/src/qcommon/common.c
index 2b92bbd1..edfca8c9 100644
--- a/src/qcommon/common.c
+++ b/src/qcommon/common.c
@@ -1407,8 +1407,6 @@ void Com_InitSmallZoneMemory( void ) {
Com_Error( ERR_FATAL, "Small zone data failed to allocate %1.1f megs", (float)s_smallZoneTotal / (1024*1024) );
}
Z_ClearZone( smallzone, s_smallZoneTotal );
-
- return;
}
void Com_InitZoneMemory( void ) {