diff --git a/adb/daemon/jdwp_service.cpp b/adb/daemon/jdwp_service.cpp index 89577cb7c..3a3f3996d 100644 --- a/adb/daemon/jdwp_service.cpp +++ b/adb/daemon/jdwp_service.cpp @@ -292,8 +292,6 @@ static void jdwp_process_event(int socket, unsigned events, void* _proc) { goto CloseProcess; } - adb_close(fd); - D("sent file descriptor %d to JDWP process %d", fd, proc->pid); proc->out_fds.pop_back();