summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-09-14 04:31:15 +0000
committerTim Potter <tpot@samba.org>2001-09-14 04:31:15 +0000
commit06c619b395f212ec3122cf1c804b27afba04e79d (patch)
tree8de70cd250bd04ba55ea25df547883dc40b83e0c
parent4c92d82bdb35db3e01a162fb0aa00a6fe7486c70 (diff)
downloadsamba-06c619b395f212ec3122cf1c804b27afba04e79d.tar.gz
samba-06c619b395f212ec3122cf1c804b27afba04e79d.tar.xz
samba-06c619b395f212ec3122cf1c804b27afba04e79d.zip
Removed CHECK_STRUCT macro - it isn't used anywhere.
-rw-r--r--source/include/ntdomain.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/include/ntdomain.h b/source/include/ntdomain.h
index 58ed1759e71..8718b9dc5fb 100644
--- a/source/include/ntdomain.h
+++ b/source/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
{