debuggerd_test: remove useless pipe.

Bug: http://b/36897117
Test: none
Change-Id: Ib8369088153fe44de2af9037299bdfce7b709b98
This commit is contained in:
Josh Gao 2017-04-04 13:54:30 -07:00
parent 287d50dc59
commit 951cf70071
1 changed files with 0 additions and 3 deletions

View File

@ -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;