From 6014c840d346318f1b19b9c26311f90ea9e34c22 Mon Sep 17 00:00:00 2001
From: Botond Baranyi <botond.baranyi@ericsson.com>
Date: Tue, 19 Nov 2019 15:32:15 +0100
Subject: [PATCH] Fixed identifier 'object', it can be used in ASN.1 again

Change-Id: I135df7d9e9e6f46a71c7357a88c2c59545084416
Signed-off-by: Botond Baranyi <botond.baranyi@ericsson.com>
---
 compiler2/Identifier.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler2/Identifier.cc b/compiler2/Identifier.cc
index 63a9c4468..a8537b72a 100644
--- a/compiler2/Identifier.cc
+++ b/compiler2/Identifier.cc
@@ -698,7 +698,6 @@ namespace Common {
     {"INTEGER", "INTEGER", "integer"},
     {"ISO646String", "ISO646String", 0},
     {"NumericString", "NumericString", 0},
-    {"OBJECT", 0, "object"},
     {"OBJID", "OBJECT IDENTIFIER", "objid"},
     {"OCTETSTRING", "OCTET STRING", "octetstring"},
     {"ObjectDescriptor", "ObjectDescriptor", 0},
-- 
GitLab