summaryrefslogtreecommitdiff
path: root/source3/include/smb_macros.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-12 15:59:51 +1000
committerAndrew Tridgell <tridge@samba.org>2011-04-13 14:47:07 +1000
commit8fcda44a1f70f0d6d0076620a672b99a2798a2f4 (patch)
tree5a0d8c3a07c923ae2c135fd7c022484adc5d8107 /source3/include/smb_macros.h
parent5cfb0bdfd845b761d66a25815307b2b58293bfb8 (diff)
downloadsamba-8fcda44a1f70f0d6d0076620a672b99a2798a2f4.tar.gz
samba-8fcda44a1f70f0d6d0076620a672b99a2798a2f4.tar.bz2
samba-8fcda44a1f70f0d6d0076620a672b99a2798a2f4.zip
s3-lib: Remove unused _w functions.
In general we don't manipulate UTF16 strings internally, particularly as they are also multibyte, so are no easier to work with than UTF8. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3/include/smb_macros.h')
-rw-r--r--source3/include/smb_macros.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/smb_macros.h b/source3/include/smb_macros.h
index 9f4b345b84..93bda975bf 100644
--- a/source3/include/smb_macros.h
+++ b/source3/include/smb_macros.h
@@ -181,7 +181,6 @@ copy an IP address from one buffer to another
#define IS_DIRECTORY_SEP(c) ((c) == '\\' || (c) == '/')
#define unix_format(fname) string_replace(fname,'\\','/')
-#define unix_format_w(fname) string_replace_w(fname, UCS2_CHAR('\\'), UCS2_CHAR('/'))
/****************************************************************************
Make a file into DOS format.