From b4bc001d9633295e3e01b59069311d52b1dee68f Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 14 Apr 2003 03:51:29 +0000 Subject: Merge: remove tallocdump messages. (This used to be commit f49c0f6c8716a5c1aff7613d7b59f312a2abdfb3) --- source3/include/messages.h | 4 ---- 1 file changed, 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 -- cgit