summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio9IA64Generator.h
diff options
context:
space:
mode:
authorPatrick Gansterer <paroga@paroga.com>2012-09-14 09:16:43 (GMT)
committerPatrick Gansterer <paroga@paroga.com>2012-09-14 10:42:31 (GMT)
commitf34321a02d157a5d613874fc4dfd70b3df3d14b3 (patch)
tree5e7a6169c36c73eb483114fd28716f85cf9ca1bd /Source/cmGlobalVisualStudio9IA64Generator.h
parentc5f36de99ede2d53fe785f96bc3dc0f73bca9c64 (diff)
downloadCMake-f34321a02d157a5d613874fc4dfd70b3df3d14b3.zip
CMake-f34321a02d157a5d613874fc4dfd70b3df3d14b3.tar.gz
CMake-f34321a02d157a5d613874fc4dfd70b3df3d14b3.tar.bz2
VS: Remove duplicated implementations of CreateLocalGenerator()
The IA64 and Win64 versions of the VS8 and VS9 generators contain the same code for this function as in the base class.
Diffstat (limited to 'Source/cmGlobalVisualStudio9IA64Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio9IA64Generator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmGlobalVisualStudio9IA64Generator.h b/Source/cmGlobalVisualStudio9IA64Generator.h
index e33ee15..989b0d1 100644
--- a/Source/cmGlobalVisualStudio9IA64Generator.h
+++ b/Source/cmGlobalVisualStudio9IA64Generator.h
@@ -38,9 +38,6 @@ public:
/** Get the documentation entry for this generator. */
virtual void GetDocumentation(cmDocumentationEntry& entry) const;
- ///! create the correct local generator
- virtual cmLocalGenerator *CreateLocalGenerator();
-
/**
* Try to determine system infomation such as shared library
* extension, pthreads, byte order etc.