summaryrefslogtreecommitdiff
path: root/i18nlangtag
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-09-22 00:09:00 +0200
committerEike Rathke <erack@redhat.com>2013-09-22 00:09:15 +0200
commitc316097af8a9ec39e1cc520a5045eedda97951df (patch)
tree6b99e62ca9adfe770528f7dfcadbe6d0b435dbd4 /i18nlangtag
parent0b80ff00259cdd09297474461ad16044ea432d08 (diff)
don't copy twice
Change-Id: I664f4fed663ee41ae8f5b857401fbc4a24d02ba5
Diffstat (limited to 'i18nlangtag')
-rw-r--r--i18nlangtag/source/languagetag/languagetag.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx
index 82e55e715db8..7ceb37bc57ed 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -415,7 +415,6 @@ LanguageTagImpl& LanguageTagImpl::operator=( const LanguageTagImpl & rLanguageTa
maCachedScript = rLanguageTagImpl.maCachedScript;
maCachedCountry = rLanguageTagImpl.maCachedCountry;
maCachedVariants = rLanguageTagImpl.maCachedVariants;
- mpImplLangtag = rLanguageTagImpl.mpImplLangtag;
mpImplLangtag = rLanguageTagImpl.mpImplLangtag ?
lt_tag_copy( rLanguageTagImpl.mpImplLangtag) : NULL;
mnLangID = rLanguageTagImpl.mnLangID;