debuggerd_test: remove useless pipe.
Bug: http://b/36897117 Test: none Change-Id: Ib8369088153fe44de2af9037299bdfce7b709b98
This commit is contained in:
parent
287d50dc59
commit
951cf70071
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue