s4:torture:smb2:compound: remove two unused macros (cherry picked from commit 6f6b1c6...
authorMichael Adam <obnox@samba.org>
Wed, 19 Sep 2012 22:43:54 +0000 (00:43 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 28 Sep 2012 07:12:46 +0000 (09:12 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
source4/torture/smb2/compound.c

index 4bbfd9eea88449d58b5b46dc96226969d4a4b221..22e578d3b619a2e658d84fddbdabe88b8253e499 100644 (file)
@@ -33,9 +33,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)
 {