diff --git a/sourcepawn/compiler/pawncc.c b/sourcepawn/compiler/pawncc.c index 7b813e5b..5bb6fb8c 100644 --- a/sourcepawn/compiler/pawncc.c +++ b/sourcepawn/compiler/pawncc.c @@ -67,9 +67,6 @@ t_native *native_list = NULL; int main(int argc, char *argv[]) { -#if defined _DEBUG - getchar(); -#endif if (pc_compile(argc,argv) == 0) { AMX_HEADER *hdr;