diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-01-26 13:32:16 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-26 22:35:41 +0000 |
commit | 098d2591238317ee234b45e2f6d694a964f0be57 (patch) | |
tree | 6111cd0c5c5aff726808e1484b1fe4a499915f0a /idl/source | |
parent | 6d4b5da90f383f3a587d1675808a55798ad05178 (diff) |
useless unused aPStr object
Diffstat (limited to 'idl/source')
-rw-r--r-- | idl/source/objects/types.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/idl/source/objects/types.cxx b/idl/source/objects/types.cxx index 58891559e652..da182b5a8957 100644 --- a/idl/source/objects/types.cxx +++ b/idl/source/objects/types.cxx @@ -1719,7 +1719,6 @@ void SvMetaType::WriteParamNames( SvIdlDataBase & rBase, else { int type = GetType(); - ByteString aPStr; if( TYPE_METHOD == type || TYPE_STRUCT == type ) { |