diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-07 23:02:48 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-07 23:03:11 +0900 |
commit | eb0497307bf381e7e065fc4b0b0d7b23f6ceeca9 (patch) | |
tree | f8408dea01957f913c4cd748ad38111805244a92 /sal/inc | |
parent | 9af0eb7e998c7bbf514e324919b710a0ff601244 (diff) |
nuke dead code
Change-Id: Id9920ea7b82ea178e904f78bbd41ffc434813e0b
Diffstat (limited to 'sal/inc')
-rw-r--r-- | sal/inc/rtl/locale.hxx | 9 |
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; - } -*/ }; } |