summaryrefslogtreecommitdiff
path: root/source3/include
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
commit27cbee1b4edf947bbb95df2b5cf0243d0036fed6 (patch)
treea5313efd6672f00991d0dd8a63910f80d1b93429 /source3/include
parent22be9b68fd7b2bcfeb3a50d04c6de7000167dec1 (diff)
downloadsamba-27cbee1b4edf947bbb95df2b5cf0243d0036fed6.tar.gz
samba-27cbee1b4edf947bbb95df2b5cf0243d0036fed6.tar.bz2
samba-27cbee1b4edf947bbb95df2b5cf0243d0036fed6.zip
Removed CHECK_STRUCT macro - it isn't used anywhere.
(This used to be commit 06c619b395f212ec3122cf1c804b27afba04e79d)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/ntdomain.h12
1 files changed, 0 insertions, 12 deletions
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
{