imgtools/romtools/rofsbuild/symbolgenerator.cpp
changeset 663 8e27d440923e
parent 662 60be34e1b006
--- a/imgtools/romtools/rofsbuild/symbolgenerator.cpp	Wed Oct 27 16:03:51 2010 +0800
+++ b/imgtools/romtools/rofsbuild/symbolgenerator.cpp	Wed Oct 27 19:16:18 2010 +0800
@@ -70,10 +70,8 @@
     }
 TPlacedEntry SymbolGenerator::GetNextPlacedEntry()
 {
-        if(regex_search(fileName, what, regARMV5)) {
 	TPlacedEntry pe("", false);
 	if(1)
-        else if(regex_search(fileName, what, regGCCEoARMV4)) {
 	{
 		boost::mutex::scoped_lock lock(iMutex);
 		while(!iFinished && iQueueFiles.empty())
@@ -121,8 +119,6 @@
 		{
 
                 break;
-                if(!regex_search(sLibFile, what1, reg)) {
-                    if(regex_search(sLibFile, what, reg3)) {
                     }