summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-22 14:59:40 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-22 18:27:58 +0100
commit7e322f2d784de63085a84c0012ed5096ad863b83 (patch)
tree4af4836668051523a8815f0bc8d8c265ffbdb851 /include
parenta4d39c8a2938b7d2b4d4a07e3718c3c1a5fc8df7 (diff)
drop unused StringCompare
Change-Id: I09a350dbd35a04f737d360bff7804dab74fdce82
Diffstat (limited to 'include')
-rw-r--r--include/tools/string.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/tools/string.hxx b/include/tools/string.hxx
index 1757a64f96b6..0c4571df23c1 100644
--- a/include/tools/string.hxx
+++ b/include/tools/string.hxx
@@ -24,15 +24,12 @@
/*******************************************************************************
* THIS CODE IS DEPRECATED. DO NOT USE IT IN ANY NEW CODE.
- * There will not be any fixes to the code here.
******************************************************************************/
#define STRING_NOTFOUND ((xub_StrLen)0xFFFF)
#define STRING_LEN ((xub_StrLen)0xFFFF)
#define STRING_MAXLEN ((xub_StrLen)0xFFFF)
-enum StringCompare { COMPARE_LESS = -1, COMPARE_EQUAL = 0, COMPARE_GREATER = 1 };
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */