summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-21 12:19:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-21 14:55:45 +0000
commit29a287f3e268c3380e8d9c540b8f7df0b0342e78 (patch)
treeb9e210461ff967362f72275f3d5bb428fe7dc311 /include
parent1f7151a8836eea8fc295fe5ab9406e70a076c30a (diff)
drop unused STRING_LEN
Change-Id: I95446e7bcdfb19cea9eb8055ac880f7c8a04eb37
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 76e271e9a557..6572bbcf51cf 100644
--- a/include/tools/string.hxx
+++ b/include/tools/string.hxx
@@ -20,13 +20,10 @@
#ifndef _STRING_HXX
#define _STRING_HXX
-#include <tools/solar.h>
-
/*******************************************************************************
* THIS CODE IS DEPRECATED. DO NOT USE IT IN ANY NEW CODE.
******************************************************************************/
-#define STRING_LEN ((xub_StrLen)0xFFFF)
#define STRING_MAXLEN ((xub_StrLen)0xFFFF)
#endif