remove transient debugging code
[reactos.git] / reactos / tools / rbuild / backend / msvc / msvcmaker.cpp
index 950cb44..a04bd49 100644 (file)
@@ -84,8 +84,6 @@ MSVCBackend::_generate_dsp ( const Module& module )
                        string path = Path::RelativeFromDirectory (
                                incs[i]->directory,
                                module.GetBasePath() );
                        string path = Path::RelativeFromDirectory (
                                incs[i]->directory,
                                module.GetBasePath() );
-                       if ( !path.size() )
-                               i = i;
                        includes.push_back ( path );
                }
        }
                        includes.push_back ( path );
                }
        }