diff options
Diffstat (limited to 'backend/String.cpp')
-rw-r--r-- | backend/String.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/String.cpp b/backend/String.cpp index 8be6892..304e571 100644 --- a/backend/String.cpp +++ b/backend/String.cpp @@ -10,7 +10,6 @@ String::String() { this->set(""); } - String::String(const String & other) { this->set(other.data(), other.size()); } |