summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-03-24 11:42:40 +1100
committerAndrew Tridgell <tridge@samba.org>2011-03-25 04:37:06 +0100
commit980064b76d774680febc5d201a1aacc4b9fa8b86 (patch)
treed2b5f2eb4226be58f33f7cc7e337c93dd530329a /lib
parent8cd4a38d722af31bc94b9868d27bed2f9f7c5cff (diff)
downloadsamba-980064b76d774680febc5d201a1aacc4b9fa8b86.tar.gz
samba-980064b76d774680febc5d201a1aacc4b9fa8b86.tar.bz2
samba-980064b76d774680febc5d201a1aacc4b9fa8b86.zip
lib: remove unused pieces of string_wrappers.h
Diffstat (limited to 'lib')
-rw-r--r--lib/util/string_wrappers.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/util/string_wrappers.h b/lib/util/string_wrappers.h
index 31d0a92252..75718e942b 100644
--- a/lib/util/string_wrappers.h
+++ b/lib/util/string_wrappers.h
@@ -29,8 +29,6 @@ char * __unsafe_string_function_usage_here__(void);
size_t __unsafe_string_function_usage_here_size_t__(void);
-size_t __unsafe_string_function_usage_here_char__(void);
-
#ifdef HAVE_COMPILER_WILL_OPTIMIZE_OUT_FNS
/* if the compiler will optimize out function calls, then use this to tell if we are
@@ -87,9 +85,6 @@ size_t __unsafe_string_function_usage_here_char__(void);
? __unsafe_string_function_usage_here_size_t__() \
: push_string_check_fn(dest, src, dest_len, flags))
-#define pull_string_talloc(ctx, base_ptr, smb_flags2, dest, src, src_len, flags) \
- pull_string_talloc_fn(ctx, base_ptr, smb_flags2, dest, src, src_len, flags)
-
#define clistr_push(cli, dest, src, dest_len, flags) \
(CHECK_STRING_SIZE(dest, dest_len) \
? __unsafe_string_function_usage_here_size_t__() \
@@ -121,7 +116,6 @@ size_t __unsafe_string_function_usage_here_char__(void);
#define safe_strcpy safe_strcpy_fn
#define safe_strcat safe_strcat_fn
#define push_string_check push_string_check_fn
-#define pull_string_talloc pull_string_talloc_fn
#define clistr_push clistr_push_fn
#define clistr_pull clistr_pull_fn
#define srvstr_push srvstr_push_fn