summaryrefslogtreecommitdiffstats
path: root/source/include/safe_string.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-07-03 19:11:31 +0000
committerJeremy Allison <jra@samba.org>2003-07-03 19:11:31 +0000
commitff222716a08af65d26ad842ce4c2841cc6540959 (patch)
tree15a037eb0977e84bba245ad22d3002d46c2c740b /source/include/safe_string.h
parent02bc7be1ac6b75bf6559ea684bbc89ab3e19402e (diff)
downloadsamba-ff222716a08af65d26ad842ce4c2841cc6540959.tar.gz
samba-ff222716a08af65d26ad842ce4c2841cc6540959.tar.xz
samba-ff222716a08af65d26ad842ce4c2841cc6540959.zip
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
I really want people to think about when they're using multibyte strings. Jeremy.
Diffstat (limited to 'source/include/safe_string.h')
-rw-r--r--source/include/safe_string.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/include/safe_string.h b/source/include/safe_string.h
index df3633d91d9..6656f4f6bbb 100644
--- a/source/include/safe_string.h
+++ b/source/include/safe_string.h
@@ -209,9 +209,4 @@ size_t __unsafe_string_function_usage_here_char__(void);
#endif
-/* replace some string functions with multi-byte
- versions */
-#define strlower(s) strlower_m(s)
-#define strupper(s) strupper_m(s)
-
#endif