--- parser3/src/include/pa_string.h 2024/03/14 03:17:01 1.232 +++ parser3/src/include/pa_string.h 2024/11/04 03:53:25 1.234 @@ -1,14 +1,14 @@ /** @file Parser: string class decl. - Copyright (c) 2001-2023 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2024 Art. Lebedev Studio (http://www.artlebedev.com) Authors: Konstantin Morshnev , Alexandr Petrosian */ #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.234 2024/11/04 03:53:25 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(); }