From 983d205486d4f2c518fbe02ef92b8884f5c9f2dc Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 9 Feb 2012 10:49:49 +1100 Subject: charset: Remove unused iconv_talloc() Found by callcatcher: http://www.skynet.ie/~caolan/Packages/callcatcher.html Andrew Bartlett --- lib/util/charset/charset.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/util/charset/charset.h') diff --git a/lib/util/charset/charset.h b/lib/util/charset/charset.h index d731ad1821..a2c4a82a73 100644 --- a/lib/util/charset/charset.h +++ b/lib/util/charset/charset.h @@ -161,11 +161,6 @@ bool convert_string_error(charset_t from, charset_t to, void *dest, size_t destlen, size_t *converted_size); -ssize_t iconv_talloc(TALLOC_CTX *mem_ctx, - smb_iconv_t cd, - void const *src, size_t srclen, - void *dest); - extern struct smb_iconv_handle *global_iconv_handle; struct smb_iconv_handle *get_iconv_handle(void); struct smb_iconv_handle *get_iconv_testing_handle(TALLOC_CTX *mem_ctx, -- cgit