remove output
This commit is contained in:
@@ -387,7 +387,6 @@ static void child_process()
|
|||||||
temp = new char [size];
|
temp = new char [size];
|
||||||
ret = read(3, temp, size);
|
ret = read(3, temp, size);
|
||||||
const CString CrashedThread(temp);
|
const CString CrashedThread(temp);
|
||||||
printf("got '%s'\n", CrashedThread.c_str());
|
|
||||||
delete[] temp;
|
delete[] temp;
|
||||||
|
|
||||||
/* Wait for the child to either finish cleaning up or die. XXX:
|
/* Wait for the child to either finish cleaning up or die. XXX:
|
||||||
|
|||||||
Reference in New Issue
Block a user