diff options
Diffstat (limited to 'modules/mono/glue/arguments_vector.h')
-rw-r--r-- | modules/mono/glue/arguments_vector.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/mono/glue/arguments_vector.h b/modules/mono/glue/arguments_vector.h index aeb466ba72..4ee553fc11 100644 --- a/modules/mono/glue/arguments_vector.h +++ b/modules/mono/glue/arguments_vector.h @@ -35,7 +35,6 @@ template <typename T, int POOL_SIZE = 5> struct ArgumentsVector { - private: T pool[POOL_SIZE]; T *_ptr; |