summaryrefslogtreecommitdiff
path: root/source4/scripting/python/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting/python/modules.h')
-rw-r--r--source4/scripting/python/modules.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/scripting/python/modules.h b/source4/scripting/python/modules.h
index c73cfff19c..8e3c0a21c2 100644
--- a/source4/scripting/python/modules.h
+++ b/source4/scripting/python/modules.h
@@ -23,7 +23,4 @@
void py_load_samba_modules(void);
bool py_update_path(const char *bindir);
-#define py_iconv_convenience(mem_ctx) smb_iconv_convenience_reinit(mem_ctx, "ASCII", \
- PyUnicode_GetDefaultEncoding(), true, NULL)
-
#endif /* __SAMBA_PYTHON_MODULES_H__ */