diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-02 21:10:27 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-02 21:10:27 +0100 |
commit | d554cb39a2f1ec97dd214a5dd200ae5f03cf616d (patch) | |
tree | ba52e12e1791592ee7634b6a3e190d9bba950860 /backend/String.cpp | |
parent | b4507b3601bedcaa599673b9f9083d1574132157 (diff) |
cleanup
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()); } |