Skip to content

Commit e5343c1

Browse files
committed
btl/vader: remove debug code that should not be in a release
References #3902. Close when in master, v3.0.x, and v2.x. Signed-off-by: Nathan Hjelm <[email protected]>
1 parent 13b14f5 commit e5343c1

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)