diff options
Diffstat (limited to 'source4/lib/util/safe_string.h')
-rw-r--r-- | source4/lib/util/safe_string.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/lib/util/safe_string.h b/source4/lib/util/safe_string.h index 92d11ca848..ff4cd5398f 100644 --- a/source4/lib/util/safe_string.h +++ b/source4/lib/util/safe_string.h @@ -42,9 +42,4 @@ #endif /* !_SPLINT_ */ -/* replace some string functions with multi-byte - versions */ -#define strlower(s) strlower_m(s) -#define strupper(s) strupper_m(s) - #endif |