summaryrefslogtreecommitdiff
path: root/source4/scripting/python/modules.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-05-31 00:13:10 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-05-31 00:21:42 +0200
commit55ef0ecea85fda48e980f5f9c6029d7bcee865df (patch)
tree288b5995abb8d70ff03220bead7895133f01e4fe /source4/scripting/python/modules.h
parent390b0521bd36702a698febdd670335bf09b49d54 (diff)
downloadsamba-55ef0ecea85fda48e980f5f9c6029d7bcee865df.tar.gz
samba-55ef0ecea85fda48e980f5f9c6029d7bcee865df.tar.bz2
samba-55ef0ecea85fda48e980f5f9c6029d7bcee865df.zip
s4-python: Remove cruft to deal with static python modules, which are no
longer supported.
Diffstat (limited to 'source4/scripting/python/modules.h')
-rw-r--r--source4/scripting/python/modules.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/scripting/python/modules.h b/source4/scripting/python/modules.h
index 8e3c0a21c2..7c15fecabe 100644
--- a/source4/scripting/python/modules.h
+++ b/source4/scripting/python/modules.h
@@ -20,7 +20,6 @@
#ifndef __SAMBA_PYTHON_MODULES_H__
#define __SAMBA_PYTHON_MODULES_H__
-void py_load_samba_modules(void);
bool py_update_path(const char *bindir);
#endif /* __SAMBA_PYTHON_MODULES_H__ */