Removed CHECK_STRUCT macro - it isn't used anywhere.
authorTim Potter <tpot@samba.org>
Fri, 14 Sep 2001 04:31:15 +0000 (04:31 +0000)
committerTim Potter <tpot@samba.org>
Fri, 14 Sep 2001 04:31:15 +0000 (04:31 +0000)
(This used to be commit 06c619b395f212ec3122cf1c804b27afba04e79d)

source3/include/ntdomain.h

index 58ed1759e71bfe5db0061c71786fb34a0e3fd072..8718b9dc5fba6ce9bf7d8e201c32707f26a2f9f5 100644 (file)
  * 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 
 {