Clean up types (#9)

* remove unused node and edge types

* update version number
This commit is contained in:
Malte Langkabel
2019-11-04 18:45:44 +01:00
committed by GitHub
parent d18654a70f
commit 707de37391
11 changed files with 12 additions and 44 deletions
-2
View File
@@ -56,8 +56,6 @@ namespace sourcetrail
return NodeKind::ENUM_CONSTANT;
case SymbolKind::TYPEDEF:
return NodeKind::TYPEDEF;
case SymbolKind::TEMPLATE_PARAMETER:
return NodeKind::TEMPLATE_PARAMETER;
case SymbolKind::TYPE_PARAMETER:
return NodeKind::TYPE_PARAMETER;
case SymbolKind::MACRO: