X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttng-syscalls.c;h=5fa66660b5f2532d715e80d90fb7c8feb6ec08ca;hb=e0833535c3548a2f2d8d0bc60d6d9705b5dbc0b5;hp=36efea47f0e4ec0e789fdec9f22ed3893f707e73;hpb=fd93740f4670568e706d994ceeb7488a4558c6e2;p=lttng-modules.git diff --git a/lttng-syscalls.c b/lttng-syscalls.c index 36efea47..5fa66660 100644 --- a/lttng-syscalls.c +++ b/lttng-syscalls.c @@ -1290,10 +1290,6 @@ int lttng_abi_syscall_list(void) if (ret < 0) goto open_error; fd_install(file_fd, syscall_list_file); - if (file_fd < 0) { - ret = file_fd; - goto fd_error; - } return file_fd; open_error: