소스 검색

cmMakefile: Don't use else after return.

Stephen Kelly 10 년 전
부모
커밋
bdd1aa91ae
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      Source/cmMakefile.cxx

+ 1 - 4
Source/cmMakefile.cxx

@@ -126,10 +126,7 @@ public:
           }
         return true;
         }
-      else
-        {
-        return false;
-        }
+      return false;
       }
     // First localize the definition in the current scope.
     this->GetDefinition(var);