mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
sysprofd: remove unused code
This commit is contained in:
@ -27,7 +27,6 @@
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <signal.h>
|
||||
#include <sys/prctl.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#include <glib/gstdio.h>
|
||||
@ -41,12 +40,6 @@ struct _IpcUnwinderImpl
|
||||
IpcUnwinderSkeleton parent_instance;
|
||||
};
|
||||
|
||||
static void
|
||||
child_setup (gpointer data)
|
||||
{
|
||||
prctl (PR_SET_PDEATHSIG, SIGKILL);
|
||||
}
|
||||
|
||||
static void
|
||||
ipc_unwinder_impl_wait_cb (GObject *object,
|
||||
GAsyncResult *result,
|
||||
|
||||
Reference in New Issue
Block a user