Remove useless code

svn path=/trunk/; revision=29159
This commit is contained in:
Hervé Poussineau 2007-09-23 13:10:51 +00:00
parent 17534ab7c6
commit 2ff2329ed3
2 changed files with 0 additions and 10 deletions

View file

@ -755,15 +755,6 @@ MingwBackend::CheckAutomaticDependencies ()
} }
} }
bool
MingwBackend::IncludeDirectoryTarget ( const string& directory ) const
{
if ( directory == "$(INTERMEDIATE)" + sSep + "tools")
return false;
else
return true;
}
void void
MingwBackend::GenerateDirectories () MingwBackend::GenerateDirectories ()
{ {

View file

@ -88,7 +88,6 @@ private:
std::string GetProxyMakefileTree () const; std::string GetProxyMakefileTree () const;
void GenerateProxyMakefiles (); void GenerateProxyMakefiles ();
void CheckAutomaticDependencies (); void CheckAutomaticDependencies ();
bool IncludeDirectoryTarget ( const std::string& directory ) const;
bool TryToDetectThisCompiler ( const std::string& compiler ); bool TryToDetectThisCompiler ( const std::string& compiler );
void DetectCompiler (); void DetectCompiler ();
std::string GetCompilerVersion ( const std::string& compilerCommand ); std::string GetCompilerVersion ( const std::string& compilerCommand );