From 55ef0ecea85fda48e980f5f9c6029d7bcee865df Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 31 May 2010 00:13:10 +0200 Subject: s4-python: Remove cruft to deal with static python modules, which are no longer supported. --- source4/scripting/python/modules.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/scripting/python/modules.h') 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__ */ -- cgit