aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/vm_x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/qcommon/vm_x86.c')
-rw-r--r--code/qcommon/vm_x86.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/code/qcommon/vm_x86.c b/code/qcommon/vm_x86.c
index 63b3e1b..91bb923 100644
--- a/code/qcommon/vm_x86.c
+++ b/code/qcommon/vm_x86.c
@@ -1106,7 +1106,6 @@ VM_CallCompiled
This function is called directly by the generated code
==============
*/
-#ifndef DLL_ONLY // bk010215 - for DLL_ONLY dedicated servers/builds w/o VM
int VM_CallCompiled( vm_t *vm, int *args ) {
int stack[1024];
int programCounter;
@@ -1206,6 +1205,3 @@ int VM_CallCompiled( vm_t *vm, int *args ) {
return *(int *)opStack;
}
-#endif // !DLL_ONLY
-
-