summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-07 06:13:36 +0000
committerTim Potter <tpot@samba.org>2003-04-07 06:13:36 +0000
commit25b1c37f6f67570dcfaff6081a74114d172dde1b (patch)
tree63fda30a603d9de9419dabb814be9ddc38c08ee8 /source3/include
parent7ba4758b41ddd6cd17f85b32aa7de6dfd77147ca (diff)
downloadsamba-25b1c37f6f67570dcfaff6081a74114d172dde1b.tar.gz
samba-25b1c37f6f67570dcfaff6081a74114d172dde1b.tar.bz2
samba-25b1c37f6f67570dcfaff6081a74114d172dde1b.zip
Remove duplicate "tallocdump" message from tdb messaging system. The
same functionality exists as "pool-usage". Move initialisation of this and dmalloc messages inside message_init(). (This used to be commit af6ecafcbbf65dbedc49b3a86da39ce608bdadac)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/messages.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/messages.h b/source3/include/messages.h
index ce167a772d..37e9372cda 100644
--- a/source3/include/messages.h
+++ b/source3/include/messages.h
@@ -43,10 +43,6 @@
#define MSG_SHUTDOWN 13
-/* Dump out the talloc useage. */
-#define MSG_REQ_TALLOC_USAGE 14
-#define MSG_TALLOC_USAGE 15
-
/* nmbd messages */
#define MSG_FORCE_ELECTION 1001
#define MSG_WINS_NEW_ENTRY 1002