absyntax/absyntax.cc
changeset 965 c9eeb67ba939
parent 958 7474d2cd1d6e
child 1041 56ebe2a31b5b
--- a/absyntax/absyntax.cc	Sun Dec 14 19:15:29 2014 +0000
+++ b/absyntax/absyntax.cc	Wed Dec 17 13:46:36 2014 +0000
@@ -44,6 +44,7 @@
 
 
 
+
 /* The base class of all symbols */
 symbol_c::symbol_c(
                    int first_line, int first_column, const char *ffile, long int first_order,
@@ -59,10 +60,6 @@
   this->parent       = NULL;
   this->datatype     = NULL;
   this->scope        = NULL;
-  this->const_value._real64.status   = cs_undefined;
-  this->const_value._int64.status    = cs_undefined;
-  this->const_value._uint64.status   = cs_undefined;
-  this->const_value._bool.status     = cs_undefined;
 }