absyntax_utils/get_sizeof_datatype.hh
changeset 625 c0bda77b37a0
parent 608 f5d942be991b
--- a/absyntax_utils/get_sizeof_datatype.hh	Tue Aug 14 19:40:01 2012 +0200
+++ b/absyntax_utils/get_sizeof_datatype.hh	Wed Aug 22 16:46:17 2012 +0200
@@ -84,6 +84,7 @@
     static get_sizeof_datatype_c *singleton;
 
   private:
+#if 0   /* We no longer need the code for handling numeric literals. But keep it around for a little while longer... */
     /*********************/
     /* B 1.2 - Constants */
     /*********************/
@@ -105,7 +106,7 @@
     void *visit(binary_integer_c *symbol);
     void *visit(octal_integer_c *symbol);
     void *visit(hex_integer_c *symbol);
-
+#endif
   /***********************************/
   /* B 1.3.1 - Elementary Data Types */
   /***********************************/