* src/SDCCsymt.h: removed RESULT_CHECK
[fw/sdcc] / src / SDCCsymt.h
index 68992145a7fe1c95eaaa00055ffa9f3fc7e8c3a2..5ed6048e84072d2a21ad2bda70f72b31612a76d7 100644 (file)
@@ -511,7 +511,6 @@ extern sym_link *floatType;
 typedef enum
 {
   RESULT_TYPE_NONE = 0,        /* operands will be promoted to int */
-  RESULT_CHECK = 0, /* TODO: replace all occurences with the appropriate type and remove me */
   RESULT_TYPE_BIT,
   RESULT_TYPE_CHAR,
   RESULT_TYPE_INT,