summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudioGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-02 11:08:49 +0200
committerStephen Kelly <steveire@gmail.com>2015-08-28 18:44:38 +0200
commit9b6a743b801dffa9f7ccab0c3e73fa8d22f3b8b9 (patch)
tree936def161a94772aa4a1aac54da7ef039188d1f9 /Source/cmLocalVisualStudioGenerator.cxx
parent11d5088a2f02994dc14c72170c73f7d60b0fba03 (diff)
downloadcmake-9b6a743b801dffa9f7ccab0c3e73fa8d22f3b8b9.tar.gz
cmLocalGenerator: Remove Parent pointer.
Diffstat (limited to 'Source/cmLocalVisualStudioGenerator.cxx')
-rw-r--r--Source/cmLocalVisualStudioGenerator.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmLocalVisualStudioGenerator.cxx b/Source/cmLocalVisualStudioGenerator.cxx
index 3588853267..70f729f124 100644
--- a/Source/cmLocalVisualStudioGenerator.cxx
+++ b/Source/cmLocalVisualStudioGenerator.cxx
@@ -20,9 +20,8 @@
//----------------------------------------------------------------------------
cmLocalVisualStudioGenerator
::cmLocalVisualStudioGenerator(cmGlobalGenerator* gg,
- cmLocalGenerator* parent,
cmState::Snapshot snapshot)
- : cmLocalGenerator(gg, parent, snapshot)
+ : cmLocalGenerator(gg, snapshot)
{
}