summaryrefslogtreecommitdiff
path: root/lib/util/string_wrappers.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-07-06 17:57:45 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-07 19:16:28 +0200
commit30574a73d8073e1bb0a552fdf8444f17eeebec74 (patch)
tree986ecfcf1d48d5f5533072c56271e3eb17fa0a53 /lib/util/string_wrappers.h
parentfc992e7029a8cec00b91b50e79f90dea09efcab2 (diff)
downloadsamba-30574a73d8073e1bb0a552fdf8444f17eeebec74.tar.gz
samba-30574a73d8073e1bb0a552fdf8444f17eeebec74.tar.bz2
samba-30574a73d8073e1bb0a552fdf8444f17eeebec74.zip
s3:libsmb: remove unused clistr_pull_fn()
metze
Diffstat (limited to 'lib/util/string_wrappers.h')
-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 6f2d6e9122..31dc9140eb 100644
--- a/lib/util/string_wrappers.h
+++ b/lib/util/string_wrappers.h
@@ -78,11 +78,6 @@ size_t __unsafe_string_function_usage_here_size_t__(void);
? __unsafe_string_function_usage_here_size_t__() \
: clistr_push_fn(cli, dest, src, dest_len, flags))
-#define clistr_pull(inbuf, dest, src, dest_len, srclen, flags) \
- (CHECK_STRING_SIZE(dest, dest_len) \
- ? __unsafe_string_function_usage_here_size_t__() \
- : clistr_pull_fn(inbuf, dest, src, dest_len, srclen, flags))
-
#define srvstr_push(base_ptr, smb_flags2, dest, src, dest_len, flags) \
(CHECK_STRING_SIZE(dest, dest_len) \
? __unsafe_string_function_usage_here_size_t__() \
@@ -103,7 +98,6 @@ size_t __unsafe_string_function_usage_here_size_t__(void);
#define push_string_check push_string_check_fn
#define clistr_push clistr_push_fn
-#define clistr_pull clistr_pull_fn
#define srvstr_push srvstr_push_fn
#define checked_strlcpy strlcpy