summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-09-20 00:43:54 +0200
committerMichael Adam <obnox@samba.org>2012-09-22 10:19:01 +0200
commit6f6b1c6ac15f225978e8c2d67c1a817d9e098317 (patch)
tree3867eed0efdc73cdb503faab68fc9f5c247fcc76 /source4
parent8df0b023c51ed198d3054760447e1b273eada991 (diff)
downloadsamba-6f6b1c6ac15f225978e8c2d67c1a817d9e098317.tar.gz
samba-6f6b1c6ac15f225978e8c2d67c1a817d9e098317.tar.bz2
samba-6f6b1c6ac15f225978e8c2d67c1a817d9e098317.zip
s4:torture:smb2:compound: remove two unused macros
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/smb2/compound.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/torture/smb2/compound.c b/source4/torture/smb2/compound.c
index b94662360b..e75f6827e4 100644
--- a/source4/torture/smb2/compound.c
+++ b/source4/torture/smb2/compound.c
@@ -34,9 +34,6 @@
goto done; \
}} while (0)
-#define TARGET_IS_W2K8(_tctx) (torture_setting_bool(_tctx, "w2k8", false))
-#define TARGET_IS_WIN7(_tctx) (torture_setting_bool(_tctx, "win7", false))
-
static bool test_compound_related1(struct torture_context *tctx,
struct smb2_tree *tree)
{