From bbc2055c97526a53c895214fd09caeace95e56fa Mon Sep 17 00:00:00 2001
From: Patrick Lehmann <Patrick.Lehmann@plc2.de>
Date: Wed, 16 Jun 2021 21:38:52 +0200
Subject: Removed duplicate keys in dictionary.

(cherry picked from commit 2ab737115eb3fe650cfc559fd3f5a9a3ef9656e7)
---
 pyGHDL/lsp/symbols.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pyGHDL/lsp/symbols.py b/pyGHDL/lsp/symbols.py
index 3a0f1da30..9546ab548 100644
--- a/pyGHDL/lsp/symbols.py
+++ b/pyGHDL/lsp/symbols.py
@@ -40,7 +40,6 @@ SYMBOLS_MAP = {
     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},
@@ -69,7 +68,6 @@ SYMBOLS_MAP = {
     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},
 }
 
-- 
cgit v1.2.3