summaryrefslogtreecommitdiff
path: root/test/readonly/readonly.c
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@mongodb.com>2016-10-10 02:28:29 -0400
committerAlex Gorrod <alexander.gorrod@mongodb.com>2016-10-10 17:28:29 +1100
commitf086055e714fe8b4ec169d63437d09c88f256741 (patch)
tree504c4edbd8a1454451946c6e2c14049f5084c599 /test/readonly/readonly.c
parent20448f38c1d7dee4905263e6f8b7683e873892f6 (diff)
downloadmongo-f086055e714fe8b4ec169d63437d09c88f256741.tar.gz
WT-2956 utility tests -h option is always overridden by the default setup (#3085)
Diffstat (limited to 'test/readonly/readonly.c')
-rw-r--r--test/readonly/readonly.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/readonly/readonly.c b/test/readonly/readonly.c
index 7a131912c31..a4b79f5859f 100644
--- a/test/readonly/readonly.c
+++ b/test/readonly/readonly.c
@@ -158,8 +158,6 @@ open_dbs(int op, const char *dir,
extern int __wt_optind;
extern char *__wt_optarg;
-void (*custom_die)(void) = NULL;
-
int
main(int argc, char *argv[])
{