From 5bb7723803960ee6ec84197fe0ec3801ea7507eb Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 24 Oct 2010 20:15:01 +0200 Subject: 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 Autobuild-Date: Tue Oct 26 23:29:46 UTC 2010 on sn-devel-104 --- lib/util/util.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib/util/util.h') 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 */ -- cgit