debuggerd_test: remove useless pipe.

Bug: http://b/36897117
Test: none
Change-Id: Ib8369088153fe44de2af9037299bdfce7b709b98
(cherry picked from commit 951cf70071)
This commit is contained in:
Josh Gao 2017-04-04 13:54:30 -07:00
parent e9a2f8ee8b
commit c723138ed2

View file

@ -500,9 +500,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;