remove transient debugging code
Modified: trunk/reactos/tools/rbuild/backend/msvc/msvcmaker.cpp
_____
Modified: trunk/reactos/tools/rbuild/backend/msvc/msvcmaker.cpp
--- trunk/reactos/tools/rbuild/backend/msvc/msvcmaker.cpp
2005-08-28 12:08:53 UTC (rev 17583)
+++ trunk/reactos/tools/rbuild/backend/msvc/msvcmaker.cpp
2005-08-28 12:18:13 UTC (rev 17584)
@@ -84,8 +84,6 @@
string path = Path::RelativeFromDirectory (
incs[i]->directory,
module.GetBasePath() );
- if ( !path.size() )
- i = i;
includes.push_back ( path );
}
}
Show replies by date