From 7e322f2d784de63085a84c0012ed5096ad863b83 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 22 Oct 2013 14:59:40 +0100 Subject: drop unused StringCompare Change-Id: I09a350dbd35a04f737d360bff7804dab74fdce82 --- include/tools/string.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') 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: */ -- cgit