summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-07 23:02:48 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-07 23:03:11 +0900
commiteb0497307bf381e7e065fc4b0b0d7b23f6ceeca9 (patch)
treef8408dea01957f913c4cd748ad38111805244a92 /sal
parentskeletonmaker: add back \" in string literal (diff)
downloadcore-eb0497307bf381e7e065fc4b0b0d7b23f6ceeca9.tar.gz
core-eb0497307bf381e7e065fc4b0b0d7b23f6ceeca9.zip
nuke dead code
Change-Id: Id9920ea7b82ea178e904f78bbd41ffc434813e0b
Diffstat (limited to 'sal')
-rw-r--r--sal/inc/rtl/locale.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sal/inc/rtl/locale.hxx b/sal/inc/rtl/locale.hxx
index 97f7c290a8f8..0be75a43d261 100644
--- a/sal/inc/rtl/locale.hxx
+++ b/sal/inc/rtl/locale.hxx
@@ -248,15 +248,6 @@ private:
OLocale()
: pData(rtl_locale_getDefault()) {}
-/*
- OLocale( const OLocale & obj)
- : pData(obj.pData) {}
-
- OLocale & operator = ( const OLocale & obj)
- { pData = obj.pData;
- return *this;
- }
-*/
};
}