From 27cbee1b4edf947bbb95df2b5cf0243d0036fed6 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 14 Sep 2001 04:31:15 +0000 Subject: Removed CHECK_STRUCT macro - it isn't used anywhere. (This used to be commit 06c619b395f212ec3122cf1c804b27afba04e79d) --- source3/include/ntdomain.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'source3/include') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 58ed1759e7..8718b9dc5f 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -38,18 +38,6 @@ * A bunch of stuff that was put into smb.h * in the NTDOM branch - it didn't belong there. */ - -#define CHECK_STRUCT(data) \ -{ \ - if ((data)->struct_start != 0xfefefefe || \ - (data)->struct_end != 0xdcdcdcdc) \ - { \ - DEBUG(0,("uninitialised structure (%s, %d)\n", \ - FUNCTION_MACRO, __LINE__)); \ - sleep(30); \ - } \ -} - typedef struct _prs_struct { -- cgit