diff options
Diffstat (limited to 'src/third_party/wiredtiger/test/fops/t.c')
-rw-r--r-- | src/third_party/wiredtiger/test/fops/t.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/fops/t.c b/src/third_party/wiredtiger/test/fops/t.c index bf0588d5a53..7b4a7cf8fca 100644 --- a/src/third_party/wiredtiger/test/fops/t.c +++ b/src/third_party/wiredtiger/test/fops/t.c @@ -51,8 +51,6 @@ static void wt_shutdown(void); extern int __wt_optind; extern char *__wt_optarg; -void (*custom_die)(void) = NULL; - int main(int argc, char *argv[]) { |