summaryrefslogtreecommitdiff
path: root/source4/lib/com/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-04-26 15:25:43 +0200
committerAndrew Bartlett <abartlet@samba.org>2017-05-30 12:16:57 +0200
commit41981db0d32b24fede0e52555bd0193ae330cc4b (patch)
tree43688a586ae074801c9a9d6cc9e8143efb539ada /source4/lib/com/wscript_build
parent50c7112b002bc33f46e827bac47857215e135015 (diff)
downloadsamba-41981db0d32b24fede0e52555bd0193ae330cc4b.tar.gz
s4:lib/com: remove unused pycom binding
This is completely untested and from reading the code it doesn't really do anything beside always returning None from the get_class_object() method. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue May 30 12:16:57 CEST 2017 on sn-devel-144
Diffstat (limited to 'source4/lib/com/wscript_build')
-rw-r--r--source4/lib/com/wscript_build7
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/lib/com/wscript_build b/source4/lib/com/wscript_build
index 763de1fdca3..b96f39fc5da 100644
--- a/source4/lib/com/wscript_build
+++ b/source4/lib/com/wscript_build
@@ -26,10 +26,3 @@ bld.SAMBA_MODULE('com_simple',
init_function='com_simple_init'
)
-
-bld.SAMBA_PYTHON('pycom',
- source='pycom.c',
- deps='COM',
- realname='samba/com.so',
- )
-