From d34467cd5843bc2ceb7cbde288c6cb0d8e2188ca Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 23 May 2015 14:40:54 +0200 Subject: [PATCH] GHS: Remove unused CustomCommandUseLocal. This was copied from the VS generator. It is not an override of a base class method. --- Source/cmLocalGhsMultiGenerator.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/cmLocalGhsMultiGenerator.h b/Source/cmLocalGhsMultiGenerator.h index 16b26fd41..3157f11fd 100644 --- a/Source/cmLocalGhsMultiGenerator.h +++ b/Source/cmLocalGhsMultiGenerator.h @@ -33,9 +33,6 @@ public: * Generate the makefile for this directory. */ virtual void Generate(); - -protected: - virtual bool CustomCommandUseLocal() const { return true; } }; #endif