diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-01 14:18:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-05-01 14:18:42 +0100 |
commit | 810f4a007c6d92ab679205ac22ecc8621fc01168 (patch) | |
tree | d163fc85e4a0381db14830f866ec60ca0913ae19 /canvas/source/tools | |
parent | fc7333c77bad1ddf5baab81a0d93eca43b6804f6 (diff) |
rework callcatcher makefile to build subsequentcheck tests
Change-Id: Idda0262e62e42817b8c0502a38ee16913495233c
Diffstat (limited to 'canvas/source/tools')
-rw-r--r-- | canvas/source/tools/propertysethelper.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/canvas/source/tools/propertysethelper.cxx b/canvas/source/tools/propertysethelper.cxx index 96438c89fade..1c4faa68f781 100644 --- a/canvas/source/tools/propertysethelper.cxx +++ b/canvas/source/tools/propertysethelper.cxx @@ -71,13 +71,6 @@ namespace canvas { } - PropertySetHelper::PropertySetHelper( const InputMap& rMap ) : - mpMap(), - maMapEntries() - { - initProperties(rMap); - } - void PropertySetHelper::initProperties( const InputMap& rMap ) { mpMap.reset(); |