diff options
author | Josh Gao <jmgao@google.com> | 2017-04-04 13:54:30 -0700 |
---|---|---|
committer | Josh Gao <jmgao@google.com> | 2017-04-04 14:09:04 -0700 |
commit | 951cf7007147168164e8cd60ff093627f387aad7 (patch) | |
tree | 4d4cb5a2c22e5f1573bda85fef9ec73a9484bb69 /debuggerd/debuggerd_test.cpp | |
parent | 287d50dc590cc00642783476d33e569066c0fcca (diff) |
debuggerd_test: remove useless pipe.
Bug: http://b/36897117
Test: none
Change-Id: Ib8369088153fe44de2af9037299bdfce7b709b98
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; |