sysprofd: remove unused code

This commit is contained in:
Christian Hergert
2024-11-13 15:53:12 -08:00
parent 5b1f676853
commit ddf13ca3d8

View File

@ -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,