Skip to content

Commit 71b470f

Browse files
authored
Merge pull request #3914 from hjelmn/v3.0.x_3902
btl/vader: remove debug code that should not be in a release
2 parents aecdc45 + 7b5494f commit 71b470f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opal/mca/btl/vader/btl_vader_knem.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
22
/*
3-
* Copyright (c) 2014-2015 Los Alamos National Security, LLC. All rights
3+
* Copyright (c) 2014-2017 Los Alamos National Security, LLC. All rights
44
* reserved.
55
* $COPYRIGHT$
66
*
@@ -109,7 +109,6 @@ int mca_btl_vader_knem_init (void)
109109
struct knem_cmd_info knem_info;
110110
int rc;
111111

112-
signal (SIGSEGV, SIG_DFL);
113112
/* Open the knem device. Try to print a helpful message if we
114113
fail to open it. */
115114
mca_btl_vader.knem_fd = open("/dev/knem", O_RDWR);

0 commit comments

Comments
 (0)