From 1ec30ff47984dd348d6bd654661caac76539b17c Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 5 Apr 2008 19:55:31 +0000 Subject: [PATCH] remove redundant code git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10348 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/Modules/main.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Modules/main.cxx b/Source/Modules/main.cxx index 0c51e86de..acce4b047 100644 --- a/Source/Modules/main.cxx +++ b/Source/Modules/main.cxx @@ -992,8 +992,6 @@ int SWIG_main(int argc, char *argv[], Language *l) { } if (cpp_only) { Printf(stdout, "%s", cpps); - while (freeze) { - } SWIG_exit(EXIT_SUCCESS); } if (depend) {