GHS: Remove unused CustomCommandUseLocal.

This was copied from the VS generator.  It is not an override of a base
class method.
This commit is contained in:
Stephen Kelly 2015-05-23 14:40:54 +02:00
parent 9afc9e8478
commit d34467cd58

View File

@ -33,9 +33,6 @@ public:
* Generate the makefile for this directory.
*/
virtual void Generate();
protected:
virtual bool CustomCommandUseLocal() const { return true; }
};
#endif