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:
Christian Hergert
2023-05-11 13:15:28 -07:00
parent 9e01216945
commit f914580675
4 changed files with 0 additions and 215 deletions

View File

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