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

This commit is contained in:
Kyle Sanderson 2013-02-25 18:02:10 -06:00
parent 7346b0c081
commit c0caa9f158

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;