debuggerd_test: remove useless pipe.
Bug: http://b/36897117
Test: none
Change-Id: Ib8369088153fe44de2af9037299bdfce7b709b98
(cherry picked from commit 951cf70071)
This commit is contained in:
parent
e9a2f8ee8b
commit
c723138ed2
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue