libsysprof-capture: remove unused code

This commit is contained in:
Christian Hergert
2020-02-16 20:56:12 -08:00
parent 2a457f25ec
commit 135b5d2fbf

View File

@ -88,12 +88,6 @@ typedef struct
int pid;
} SysprofCollector;
#ifdef __linux__
# define sysprof_current_cpu (sched_getcpu())
#else
# define sysprof_current_cpu (-1)
#endif
#define COLLECTOR_MAGIC_CREATING ((gpointer)&creating)
static MappedRingBuffer *request_writer (void);