--- parser3/src/include/pa_request.h 2017/02/01 14:40:10 1.248 +++ parser3/src/include/pa_request.h 2019/12/05 22:21:33 1.250 @@ -1,14 +1,14 @@ /** @file Parser: request class decl. - Copyright (c) 2001-2015 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2017 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef PA_REQUEST_H #define PA_REQUEST_H -#define IDENT_PA_REQUEST_H "$Id: pa_request.h,v 1.248 2017/02/01 14:40:10 moko Exp $" +#define IDENT_PA_REQUEST_H "$Id: pa_request.h,v 1.250 2019/12/05 22:21:33 moko Exp $" #include "pa_pool.h" #include "pa_hash.h" @@ -89,8 +89,6 @@ private: ArrayOperation& ops() const { return *fops; } VMethodFrame& method_frame() const { return *fmethod_frame; } - /// needed to fill unused Array entries - StackItem() {} StackItem(Value& avalue): fvalue(&avalue) {} StackItem(ArrayOperation& aops): fops(&aops) {} StackItem(VMethodFrame& amethod_frame): fmethod_frame(&amethod_frame) {}