diff options
-rw-r--r-- | linden/indra/llcommon/llstring.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/llcommon/llstring.h b/linden/indra/llcommon/llstring.h index 44f5f07..ae5d84c 100644 --- a/linden/indra/llcommon/llstring.h +++ b/linden/indra/llcommon/llstring.h | |||
@@ -174,8 +174,6 @@ public: | |||
174 | 174 | ||
175 | static S32 collate(const char* a, const char* b) { return strcoll(a, b); } | 175 | static S32 collate(const char* a, const char* b) { return strcoll(a, b); } |
176 | static S32 collate(const llwchar* a, const llwchar* b); | 176 | static S32 collate(const llwchar* a, const llwchar* b); |
177 | |||
178 | static bool isHexString(const std::string& str); | ||
179 | }; | 177 | }; |
180 | 178 | ||
181 | /** | 179 | /** |