From 0c09a793390f41f4271fca9d374471c6d0c06fb8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 30 Oct 2006 00:24:35 +0000 Subject: r19511: Remove unused externs. (This used to be commit a58a366beadd5558449d2b87b4b8d2777e1da309) --- source4/torture/torture.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/torture') diff --git a/source4/torture/torture.h b/source4/torture/torture.h index d821268ba2..7fc1b1ce08 100644 --- a/source4/torture/torture.h +++ b/source4/torture/torture.h @@ -28,14 +28,12 @@ struct smbcli_state; extern struct torture_suite *torture_root; -extern BOOL use_oplocks; extern BOOL torture_showall; extern int torture_entries; extern int torture_seed; extern int torture_numops; extern int torture_failures; extern int torture_numasync; -extern BOOL use_level_II_oplocks; struct torture_test; -- cgit