diff options
Diffstat (limited to 'Source/cmLocalXCodeGenerator.h')
-rw-r--r-- | Source/cmLocalXCodeGenerator.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmLocalXCodeGenerator.h b/Source/cmLocalXCodeGenerator.h index 8ab9467..b265d6b 100644 --- a/Source/cmLocalXCodeGenerator.h +++ b/Source/cmLocalXCodeGenerator.h @@ -35,8 +35,6 @@ public: void GetTargetObjectFileDirectories(cmTarget* target, std::vector<std::string>& dirs); - // return the source name for the object file - virtual std::string GetSourceObjectName(cmSourceFile& ); private: }; |