Kaydet (Commit) 29a287f3 authored tarafından Caolán McNamara's avatar Caolán McNamara

drop unused STRING_LEN

Change-Id: I95446e7bcdfb19cea9eb8055ac880f7c8a04eb37
üst 1f7151a8
...@@ -20,13 +20,10 @@ ...@@ -20,13 +20,10 @@
#ifndef _STRING_HXX #ifndef _STRING_HXX
#define _STRING_HXX #define _STRING_HXX
#include <tools/solar.h>
/******************************************************************************* /*******************************************************************************
* THIS CODE IS DEPRECATED. DO NOT USE IT IN ANY NEW CODE. * THIS CODE IS DEPRECATED. DO NOT USE IT IN ANY NEW CODE.
******************************************************************************/ ******************************************************************************/
#define STRING_LEN ((xub_StrLen)0xFFFF)
#define STRING_MAXLEN ((xub_StrLen)0xFFFF) #define STRING_MAXLEN ((xub_StrLen)0xFFFF)
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment