summaryrefslogtreecommitdiff
path: root/src/strings/rstring.tcc
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/rstring.tcc')
-rw-r--r--src/strings/rstring.tcc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/strings/rstring.tcc b/src/strings/rstring.tcc
index 8b4c0c0..6bfc7b0 100644
--- a/src/strings/rstring.tcc
+++ b/src/strings/rstring.tcc
@@ -47,12 +47,6 @@ namespace strings
owned->body[diff] = '\0';
}
- template<size_t n>
- RString::RString(const char (&s)[n])
- {
- _assign(s, s + strlen(s));
- }
-
template<class It>
RString::RString(It b, It e)
{