Skip to content

Commit

Permalink
Removed duplicate keys in dictionary.
Browse files Browse the repository at this point in the history
(cherry picked from commit 2ab7371)
  • Loading branch information
Paebbels authored and tgingold committed Jun 17, 2021
1 parent 9772172 commit bbc2055
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyGHDL/lsp/symbols.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
nodes.Iir_Kind.Constant_Declaration: {"kind": lsp.SymbolKind.Constant},
nodes.Iir_Kind.Signal_Declaration: {"kind": lsp.SymbolKind.Variable},
nodes.Iir_Kind.Signal_Attribute_Declaration: {"kind": None},
nodes.Iir_Kind.File_Declaration: {"kind": lsp.SymbolKind.File},
nodes.Iir_Kind.Interface_Variable_Declaration: {"kind": lsp.SymbolKind.Variable},
nodes.Iir_Kind.Interface_Constant_Declaration: {"kind": lsp.SymbolKind.Constant},
nodes.Iir_Kind.Interface_Signal_Declaration: {"kind": lsp.SymbolKind.Variable},
Expand Down Expand Up @@ -69,7 +68,6 @@
nodes.Iir_Kind.Psl_Restrict_Directive: {"kind": lsp.SymbolKind.Method},
nodes.Iir_Kind.Psl_Endpoint_Declaration: {"kind": lsp.SymbolKind.Variable},
nodes.Iir_Kind.Psl_Declaration: {"kind": lsp.SymbolKind.Variable},
nodes.Iir_Kind.Psl_Assert_Directive: {"kind": lsp.SymbolKind.Method},
nodes.Iir_Kind.Configuration_Specification: {"kind": None},
}

Expand Down

0 comments on commit bbc2055

Please sign in to comment.