absyntax_utils/get_sizeof_datatype.hh
changeset 608 f5d942be991b
parent 279 c0453b7f99df
--- a/absyntax_utils/get_sizeof_datatype.hh	Wed Jul 18 22:34:51 2012 +0100
+++ b/absyntax_utils/get_sizeof_datatype.hh	Wed Jul 18 23:43:57 2012 +0100
@@ -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 */
   /***********************************/