mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-analyze: remove process list
This is done with a GtkBitset index and so we can drop this unused list model wrapper.
This commit is contained in:
@ -12,7 +12,6 @@ libsysprof_analyze_public_sources = [
|
||||
'sysprof-document-metadata.c',
|
||||
'sysprof-document-mmap.c',
|
||||
'sysprof-document-process.c',
|
||||
'sysprof-document-process-list.c',
|
||||
'sysprof-document-sample.c',
|
||||
'sysprof-document-symbols.c',
|
||||
'sysprof-document-traceable.c',
|
||||
@ -47,7 +46,6 @@ libsysprof_analyze_public_headers = [
|
||||
'sysprof-document-metadata.h',
|
||||
'sysprof-document-mmap.h',
|
||||
'sysprof-document-process.h',
|
||||
'sysprof-document-process-list.h',
|
||||
'sysprof-document-sample.h',
|
||||
'sysprof-document-symbols.h',
|
||||
'sysprof-document-traceable.h',
|
||||
|
||||
Reference in New Issue
Block a user