Removed call to getchar() in debug build of compiler (bug 5626, r=ds).

This commit is contained in:
Kyle Sanderson 2013-02-25 16:30:19 -06:00
parent 7b42aba5ea
commit 7d93eba321

View File

@ -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;