--- parser3/src/include/pa_string.h 2024/03/14 03:17:01 1.232 +++ parser3/src/include/pa_string.h 2024/09/11 21:07:36 1.233 @@ -8,7 +8,7 @@ #ifndef PA_STRING_H #define PA_STRING_H -#define IDENT_PA_STRING_H "$Id: pa_string.h,v 1.232 2024/03/14 03:17:01 moko Exp $" +#define IDENT_PA_STRING_H "$Id: pa_string.h,v 1.233 2024/09/11 21:07:36 moko Exp $" // includes #include "pa_types.h" @@ -401,8 +401,6 @@ public: } - static Body Format(int value); - void clear() { ZERO_LENGTH ZERO_HASH_CODE body=CORD_EMPTY; } bool operator! () const { return is_empty(); }