diff options
author | Michael Adam <obnox@samba.org> | 2012-05-11 18:05:36 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-05-11 20:16:38 +0200 |
commit | e75a9c1ad8d8d21f74d049ea41badef3cc859869 (patch) | |
tree | bc6f4f60e95a30d9e03a6726de53cb1f610f233b /source4/lib | |
parent | 7eb812566832724b06760fe709de106302146068 (diff) | |
download | samba-e75a9c1ad8d8d21f74d049ea41badef3cc859869.tar.gz samba-e75a9c1ad8d8d21f74d049ea41badef3cc859869.tar.bz2 samba-e75a9c1ad8d8d21f74d049ea41badef3cc859869.zip |
s4:lib: remove unused wscript_build file
This only contains a "GENCACHE" subsystem that is not
referenced anywhere.
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/wscript_build | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/lib/wscript_build b/source4/lib/wscript_build deleted file mode 100644 index cf60820da7..0000000000 --- a/source4/lib/wscript_build +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python - -bld.SAMBA_SUBSYSTEM('GENCACHE', - source='../../source3/lib/gencache.c', - enabled=False, - deps='tdb-wrap' - ) |