aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
authorAleric Inglewood2010-11-07 21:17:11 +0100
committerAleric Inglewood2010-11-07 21:17:11 +0100
commiteeb08e9b2abd3ec1404dce77151899d90908df6a (patch)
tree3ac3028abd8191871f7e01112ddc547b387be507 /linden/indra
parentUse apr_suite-1.3.8 for windows in order to get the dll version of libapr. Re... (diff)
downloadmeta-impy-eeb08e9b2abd3ec1404dce77151899d90908df6a.zip
meta-impy-eeb08e9b2abd3ec1404dce77151899d90908df6a.tar.gz
meta-impy-eeb08e9b2abd3ec1404dce77151899d90908df6a.tar.bz2
meta-impy-eeb08e9b2abd3ec1404dce77151899d90908df6a.tar.xz
IMP-692: SNOW-713: Removed isHexString again, since it is not defined anywhere.
Diffstat (limited to 'linden/indra')
-rw-r--r--linden/indra/llcommon/llstring.h2
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/**