diff options
author | Tim Prouty <tprouty@samba.org> | 2009-11-25 14:38:55 -0800 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-12-01 11:12:51 -0800 |
commit | 2738e316746b078899dd30e07665d8e7b515581e (patch) | |
tree | 47a7d88c89cfcb8470ad305d7aaf12278146539f /source4/torture/smb2 | |
parent | 9d8867f67626ccd93260e83a50aa978d3e12ad1e (diff) | |
download | samba-2738e316746b078899dd30e07665d8e7b515581e.tar.gz samba-2738e316746b078899dd30e07665d8e7b515581e.tar.bz2 samba-2738e316746b078899dd30e07665d8e7b515581e.zip |
s4 torture: Move target macros to a common header instead of redefining them in multiple files
Diffstat (limited to 'source4/torture/smb2')
-rw-r--r-- | source4/torture/smb2/create.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |