diff options
author | Tim Potter <tpot@samba.org> | 2003-04-07 06:13:36 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-04-07 06:13:36 +0000 |
commit | 25b1c37f6f67570dcfaff6081a74114d172dde1b (patch) | |
tree | 63fda30a603d9de9419dabb814be9ddc38c08ee8 /source3/include | |
parent | 7ba4758b41ddd6cd17f85b32aa7de6dfd77147ca (diff) | |
download | samba-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.h | 4 |
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 |