From 945c71554aa1866a5286dd4b8f5b199dd7af9be9 Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 1 Oct 2009 15:17:41 +0000 Subject: Removed useless code. --- tools/mhmake/src/mhmakefileparser.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tools/mhmake/src') diff --git a/tools/mhmake/src/mhmakefileparser.cpp b/tools/mhmake/src/mhmakefileparser.cpp index f8304df3f..af7d75dfe 100644 --- a/tools/mhmake/src/mhmakefileparser.cpp +++ b/tools/mhmake/src/mhmakefileparser.cpp @@ -594,10 +594,6 @@ void mhmakefileparser::GetAutoDeps(const refptr &FirstDep,set< refptr< void mhmakefileparser::UpdateAutomaticDependencies(const refptr &Target) { m_AutoDepsDirty=true; /* Always assume dirty since in the autodeps file, the md5 strings are also saved. */ - const char *pName=Target->GetFullFileName().c_str(); - const char *pExt=strrchr(pName,'.'); - if (!pExt) - return; if (Target->IsAutoDepExtention()) { // we have to search for the include files in the first dependency of Target -- cgit v1.2.3