commit | 5edf572e153250f25869f0b67ee619448511b2b7 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Apr 04 13:54:30 2017 -0700 |
committer | Josh Gao <jmgao@google.com> | Tue Apr 04 14:09:04 2017 -0700 |
tree | 4d4cb5a2c22e5f1573bda85fef9ec73a9484bb69 | |
parent | 51eb6f526aa5fed5dcdf36103dce53f37a9cf845 [diff] |
debuggerd_test: remove useless pipe. Bug: http://b/36897117 Test: none Change-Id: Ib8369088153fe44de2af9037299bdfce7b709b98
diff --git a/debuggerd/debuggerd_test.cpp b/debuggerd/debuggerd_test.cpp index 1befcb1..ef7f0d4 100644 --- a/debuggerd/debuggerd_test.cpp +++ b/debuggerd/debuggerd_test.cpp
@@ -498,9 +498,6 @@ TEST(crash_dump, zombie) { pid_t forkpid = fork(); - int pipefd[2]; - ASSERT_EQ(0, pipe2(pipefd, O_CLOEXEC)); - pid_t rc; int status;