aboutsummaryrefslogtreecommitdiff
path: root/backend/String.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-02 21:10:27 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-02 21:10:27 +0100
commitd554cb39a2f1ec97dd214a5dd200ae5f03cf616d (patch)
treeba52e12e1791592ee7634b6a3e190d9bba950860 /backend/String.cpp
parentb4507b3601bedcaa599673b9f9083d1574132157 (diff)
cleanup
Diffstat (limited to 'backend/String.cpp')
-rw-r--r--backend/String.cpp1
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());
}