diff options
Diffstat (limited to 'debuggerd/debuggerd_test.cpp')
-rw-r--r-- | debuggerd/debuggerd_test.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debuggerd/debuggerd_test.cpp b/debuggerd/debuggerd_test.cpp index 1befcb190..ef7f0d481 100644 --- a/debuggerd/debuggerd_test.cpp +++ b/debuggerd/debuggerd_test.cpp @@ -498,9 +498,6 @@ TEST_F(CrasherTest, capabilities) { TEST(crash_dump, zombie) { pid_t forkpid = fork(); - int pipefd[2]; - ASSERT_EQ(0, pipe2(pipefd, O_CLOEXEC)); - pid_t rc; int status; |