diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-10-24 20:15:01 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-10-26 23:29:46 +0000 |
commit | 5bb7723803960ee6ec84197fe0ec3801ea7507eb (patch) | |
tree | 143fb9a69af0e8a54ea7a4654f96084a7d0dd11f /lib/util/wscript_build | |
parent | e5ebc486975cc172d9547b34151204c58f0d14c2 (diff) | |
download | samba-5bb7723803960ee6ec84197fe0ec3801ea7507eb.tar.gz samba-5bb7723803960ee6ec84197fe0ec3801ea7507eb.tar.bz2 samba-5bb7723803960ee6ec84197fe0ec3801ea7507eb.zip |
lib/util: remove useless ../lib/util/mutex.*
Only the disabled process_thread.c registers uses the register fn,
all other functions are not used anywhere.
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Tue Oct 26 23:29:46 UTC 2010 on sn-devel-104
Diffstat (limited to 'lib/util/wscript_build')
-rw-r--r-- | lib/util/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build index e032e157d6..799d7b1ce7 100644 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -1,9 +1,9 @@ #!/usr/bin/env python bld.SAMBA_LIBRARY('samba-util', - source='xfile.c debug.c fault.c signal.c system.c time.c genrand.c dprintf.c util_str.c rfc1738.c substitute.c util_strlist.c util_file.c data_blob.c util.c blocking.c util_net.c fsusage.c ms_fnmatch.c mutex.c idtree.c become_daemon.c rbtree.c talloc_stack.c smb_threads.c params.c parmlist.c util_id.c select.c', + source='xfile.c debug.c fault.c signal.c system.c time.c genrand.c dprintf.c util_str.c rfc1738.c substitute.c util_strlist.c util_file.c data_blob.c util.c blocking.c util_net.c fsusage.c ms_fnmatch.c idtree.c become_daemon.c rbtree.c talloc_stack.c smb_threads.c params.c parmlist.c util_id.c select.c', public_deps='talloc LIBCRYPTO CHARSET execinfo uid_wrapper', - public_headers='attr.h byteorder.h data_blob.h debug.h memory.h mutex.h safe_string.h time.h talloc_stack.h xfile.h dlinklist.h util.h', + public_headers='attr.h byteorder.h data_blob.h debug.h memory.h safe_string.h time.h talloc_stack.h xfile.h dlinklist.h util.h', header_path= [ ('dlinklist.h util.h', '.'), ('*', 'util') ], local_include=False, vnum='0.0.1', |