diff --git a/src/libCom/calc/postfix.c b/src/libCom/calc/postfix.c index 1fb6cdd3c..bd1719fb0 100644 --- a/src/libCom/calc/postfix.c +++ b/src/libCom/calc/postfix.c @@ -124,9 +124,6 @@ #define BINARY_MINUS_I_C_P 4 #define BINARY_MINUS_CODE SUB -/* flags end of element table */ -#define END_ELEMENTS -1 - /* parsing return values */ #define FINE 0 #define UNKNOWN_ELEMENT -1 diff --git a/src/libCom/postfix.c b/src/libCom/postfix.c index 1fb6cdd3c..bd1719fb0 100644 --- a/src/libCom/postfix.c +++ b/src/libCom/postfix.c @@ -124,9 +124,6 @@ #define BINARY_MINUS_I_C_P 4 #define BINARY_MINUS_CODE SUB -/* flags end of element table */ -#define END_ELEMENTS -1 - /* parsing return values */ #define FINE 0 #define UNKNOWN_ELEMENT -1