From 2738e316746b078899dd30e07665d8e7b515581e Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Wed, 25 Nov 2009 14:38:55 -0800 Subject: s4 torture: Move target macros to a common header instead of redefining them in multiple files --- source4/torture/smb2/create.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/torture/smb2/create.c') diff --git a/source4/torture/smb2/create.c b/source4/torture/smb2/create.c index f93567f5e5..b006047e94 100644 --- a/source4/torture/smb2/create.c +++ b/source4/torture/smb2/create.c @@ -126,8 +126,6 @@ __location__, sattrib, fname); \ }} while (0) -#define TARGET_IS_WIN7(_tctx) (torture_setting_bool(_tctx, "win7", false)) - /* test some interesting combinations found by gentest */ -- cgit