kill HAVE_FORKEXEC

Bug: 18317407
Change-Id: Idd4e0effa96752e2c0ca959728f80df4d2d34187
This commit is contained in:
Yabin Cui 2014-11-11 09:22:15 -08:00
parent c7249660f9
commit 678f7d4a36

View file

@ -379,7 +379,7 @@ static void adb_cleanup(void)
int adb_main()
{
atexit(adb_cleanup);
#if defined(HAVE_FORKEXEC)
#if !defined(_WIN32)
// No SIGCHLD. Let the service subproc handle its children.
signal(SIGPIPE, SIG_IGN);
#endif