diff options
Diffstat (limited to 'include/codemaker/global.hxx')
-rw-r--r-- | include/codemaker/global.hxx | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/codemaker/global.hxx b/include/codemaker/global.hxx index 6ee033c7dfd1..b5aabff3099e 100644 --- a/include/codemaker/global.hxx +++ b/include/codemaker/global.hxx @@ -30,22 +30,6 @@ #include <rtl/ustring.hxx> #include <rtl/strbuf.hxx> -struct EqualString -{ - bool operator()(const ::rtl::OString& str1, const ::rtl::OString& str2) const - { - return (str1 == str2); - } -}; - -struct HashString -{ - size_t operator()(const ::rtl::OString& str) const - { - return str.hashCode(); - } -}; - struct LessString { bool operator()(const ::rtl::OString& str1, const ::rtl::OString& str2) const |