diff options
Diffstat (limited to 'raul')
-rw-r--r-- | raul/Array.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/raul/Array.hpp b/raul/Array.hpp index b972b87..db0c182 100644 --- a/raul/Array.hpp +++ b/raul/Array.hpp @@ -83,8 +83,6 @@ public: void free() { delete[] _elems; - _size = 0; - _top = 0; } void push_back(T n) { |