From e6583117df95373cffb12105de82d3816ca09f85 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Wed, 11 Jan 2017 08:53:31 -0300 Subject: Both Array and Dictionary are always in shared mode (removed copy on write). --- core/array.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'core/array.h') diff --git a/core/array.h b/core/array.h index af57940d7..16ab16002 100644 --- a/core/array.h +++ b/core/array.h @@ -53,8 +53,6 @@ public: bool empty() const; void clear(); - bool is_shared() const; - bool operator==(const Array& p_array) const; uint32_t hash() const; @@ -87,7 +85,7 @@ public: Variant pop_front(); Array(const Array& p_from); - Array(bool p_shared=false); + Array(); ~Array(); }; -- cgit v1.2.3-70-g09d2