Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #36 from CoatiSoftware/remove_aggregation_edge
Browse files Browse the repository at this point in the history
remove AGGREGATION edge kind (issue #10)
  • Loading branch information
mlangkabel authored Oct 12, 2020
2 parents 962fae6 + 5bc16dd commit e483808
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions core/include/EdgeKind.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ namespace sourcetrail
TEMPLATE_SPECIALIZATION = 1 << 7,
INCLUDE = 1 << 8,
IMPORT = 1 << 9,
AGGREGATION = 1 << 10,
MACRO_USAGE = 1 << 11,
MACRO_USAGE = 1 << 11, // needs new db version if decremented
ANNOTATION_USAGE = 1 << 12
};

Expand Down
1 change: 0 additions & 1 deletion core/src/EdgeKind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ namespace sourcetrail
EdgeKind::TEMPLATE_SPECIALIZATION,
EdgeKind::INCLUDE,
EdgeKind::IMPORT,
EdgeKind::AGGREGATION,
EdgeKind::MACRO_USAGE
};

Expand Down

0 comments on commit e483808

Please sign in to comment.