remove aggregation edge kind

it can be removed because it is never stored to or read from the database
This commit is contained in:
mlangkabel
2020-10-12 15:38:44 +02:00
parent 962fae6667
commit 5bc16dda2d
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -38,7 +38,6 @@ namespace sourcetrail
EdgeKind::TEMPLATE_SPECIALIZATION,
EdgeKind::INCLUDE,
EdgeKind::IMPORT,
EdgeKind::AGGREGATION,
EdgeKind::MACRO_USAGE
};