mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-capture: remove dead code
This commit is contained in:
@ -48,11 +48,6 @@ struct _SysprofCaptureReader
|
||||
gint64 end_time;
|
||||
};
|
||||
|
||||
#ifdef SYSPROF_ENABLE_GOBJECT
|
||||
G_DEFINE_BOXED_TYPE (SysprofCaptureReader, sysprof_capture_reader,
|
||||
sysprof_capture_reader_ref, sysprof_capture_reader_unref)
|
||||
#endif
|
||||
|
||||
static gboolean
|
||||
sysprof_capture_reader_read_file_header (SysprofCaptureReader *self,
|
||||
SysprofCaptureFileHeader *header,
|
||||
|
||||
Reference in New Issue
Block a user