mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Remove useless code
svn path=/trunk/; revision=29159
This commit is contained in:
parent
17534ab7c6
commit
2ff2329ed3
2 changed files with 0 additions and 10 deletions
|
@ -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 ()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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 );
|
||||||
|
|
Loading…
Reference in a new issue