From 62b4525d6f5025dbddb0a7dbd9514256eff3cd0f Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 21 May 2013 14:25:58 +0200 Subject: purge obsolete EVAL #ifdefs clearly, nobody's been maintaining them for an extended period of time. Change-Id: I41c6b40026f107d34f7964934f36bc727fb6b795 Reviewed-by: Joerg Bornemann --- tools/configure/main.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tools/configure/main.cpp') diff --git a/tools/configure/main.cpp b/tools/configure/main.cpp index c4154c8f38..efb3a893b7 100644 --- a/tools/configure/main.cpp +++ b/tools/configure/main.cpp @@ -55,9 +55,7 @@ int runConfigure( int argc, char** argv ) return 3; app.parseCmdLine(); -#if !defined(EVAL) app.validateArgs(); -#endif if (!app.isOk()) return 3; if( app.displayHelp() ) @@ -95,7 +93,6 @@ int runConfigure( int argc, char** argv ) app.generateOutputVars(); -#if !defined(EVAL) if( !app.isDone() ) app.generateCachefile(); if( !app.isDone() ) @@ -110,7 +107,6 @@ int runConfigure( int argc, char** argv ) app.generateQConfigPri(); if (!app.isDone()) app.displayConfig(); -#endif if( !app.isDone() ) app.generateMakefiles(); if( !app.isDone() ) -- cgit v1.2.3