Removed an extra variable. Did I mention a lot of code stolen and edited from parsegen?

This commit is contained in:
n-a-c-h
2006-03-01 00:36:10 +00:00
parent 3e93feacfc
commit e8d30715da

View File

@@ -128,9 +128,6 @@ static bool spc_sanitize_files(int *a, size_t size, int skip)
return(true);
}
static bool child_exited;
//Pass array of file descriptors to leave open
pid_t spc_fork(int *a, size_t size)
{