diff options
author | Michael Adam <obnox@samba.org> | 2013-09-23 09:38:19 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-09-23 20:25:12 +0200 |
commit | b734297ab4e8c43873a936e74179847f8163c741 (patch) | |
tree | f75067b4f0967782e8477fbfb617a67f99536bc3 /source3 | |
parent | 0dee7c26a7719d220433c038c03e2bb82cdc7f09 (diff) | |
download | samba-b734297ab4e8c43873a936e74179847f8163c741.tar.gz samba-b734297ab4e8c43873a936e74179847f8163c741.tar.bz2 samba-b734297ab4e8c43873a936e74179847f8163c741.zip |
build: remove unused variable LIBSMBCLIENT_THREAD_SRC
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/wscript_build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 5d6c878c07..a306e76fc7 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -3,9 +3,6 @@ from samba_utils import * import samba_version, samba3 -LIBSMBCLIENT_THREAD_SRC = '''libsmb/libsmb_thread_impl.c - libsmb/libsmb_thread_posix.c''' - LIBSMBSHAREMODES_SRC0 = 'libsmb/smb_share_modes.c' LIBSMBSHAREMODES_SRC = '${LIBSMBSHAREMODES_SRC0}' |