From d6de313b043154e70a84c0fc29cbae94fe7541b1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 3 Dec 2013 14:40:22 +0200 Subject: [PATCH] STRING_NOTFOUND is no more Change-Id: Ia8937e07786c497c5cb8485fa161fd68231c17f8 --- include/tools/string.hxx | 1 - 1 file changed, 1 deletion(-) diff --git a/include/tools/string.hxx b/include/tools/string.hxx index 0c4571df23c1..76e271e9a557 100644 --- a/include/tools/string.hxx +++ b/include/tools/string.hxx @@ -26,7 +26,6 @@ * THIS CODE IS DEPRECATED. DO NOT USE IT IN ANY NEW CODE. ******************************************************************************/ -#define STRING_NOTFOUND ((xub_StrLen)0xFFFF) #define STRING_LEN ((xub_StrLen)0xFFFF) #define STRING_MAXLEN ((xub_StrLen)0xFFFF)