mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Remove useless code
svn path=/trunk/; revision=29159
This commit is contained in:
@@ -755,15 +755,6 @@ MingwBackend::CheckAutomaticDependencies ()
|
||||
}
|
||||
}
|
||||
|
||||
bool
|
||||
MingwBackend::IncludeDirectoryTarget ( const string& directory ) const
|
||||
{
|
||||
if ( directory == "$(INTERMEDIATE)" + sSep + "tools")
|
||||
return false;
|
||||
else
|
||||
return true;
|
||||
}
|
||||
|
||||
void
|
||||
MingwBackend::GenerateDirectories ()
|
||||
{
|
||||
|
||||
@@ -88,7 +88,6 @@ private:
|
||||
std::string GetProxyMakefileTree () const;
|
||||
void GenerateProxyMakefiles ();
|
||||
void CheckAutomaticDependencies ();
|
||||
bool IncludeDirectoryTarget ( const std::string& directory ) const;
|
||||
bool TryToDetectThisCompiler ( const std::string& compiler );
|
||||
void DetectCompiler ();
|
||||
std::string GetCompilerVersion ( const std::string& compilerCommand );
|
||||
|
||||
Reference in New Issue
Block a user