summaryrefslogtreecommitdiff
path: root/lib/util/util.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-10-24 20:15:01 +0200
committerStefan Metzmacher <metze@samba.org>2010-10-26 23:29:46 +0000
commit5bb7723803960ee6ec84197fe0ec3801ea7507eb (patch)
tree143fb9a69af0e8a54ea7a4654f96084a7d0dd11f /lib/util/util.h
parente5ebc486975cc172d9547b34151204c58f0d14c2 (diff)
downloadsamba-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/util.h')
-rw-r--r--lib/util/util.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/util/util.h b/lib/util/util.h
index c407d606a9..0073aa9051 100644
--- a/lib/util/util.h
+++ b/lib/util/util.h
@@ -42,7 +42,6 @@ extern const char *panic_action;
#include "../lib/util/time.h"
#include "../lib/util/data_blob.h"
#include "../lib/util/xfile.h"
-#include "../lib/util/mutex.h"
#include "../lib/util/byteorder.h"
#include "../lib/util/talloc_stack.h"
@@ -779,15 +778,6 @@ int ms_fnmatch(const char *pattern, const char *string, enum protocol_types prot
int gen_fnmatch(const char *pattern, const char *string);
#endif
-/* The following definitions come from lib/util/mutex.c */
-
-
-/**
- register a set of mutex/rwlock handlers.
- Should only be called once in the execution of smbd.
-*/
-_PUBLIC_ bool register_mutex_handlers(const char *name, struct mutex_ops *ops);
-
/* The following definitions come from lib/util/idtree.c */