diff options
author | Tim Potter <tpot@samba.org> | 2003-04-14 03:51:29 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-04-14 03:51:29 +0000 |
commit | b4bc001d9633295e3e01b59069311d52b1dee68f (patch) | |
tree | 0b0f8a0104da58fc1b7569e0677fbe04d5fc4bad /source3/include | |
parent | 862c88d81050483bc42f7d8eafcf97af3d1406e4 (diff) | |
download | samba-b4bc001d9633295e3e01b59069311d52b1dee68f.tar.gz samba-b4bc001d9633295e3e01b59069311d52b1dee68f.tar.bz2 samba-b4bc001d9633295e3e01b59069311d52b1dee68f.zip |
Merge: remove tallocdump messages.
(This used to be commit f49c0f6c8716a5c1aff7613d7b59f312a2abdfb3)
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 |