summaryrefslogtreecommitdiff
path: root/AK
diff options
context:
space:
mode:
Diffstat (limited to 'AK')
-rw-r--r--AK/StringView.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/AK/StringView.h b/AK/StringView.h
index e46eb3d689..99f03beaa5 100644
--- a/AK/StringView.h
+++ b/AK/StringView.h
@@ -178,9 +178,6 @@ public:
String to_string() const;
- const char* begin() { return m_characters; }
- const char* end() { return m_characters + m_length; }
-
template<typename T, typename... Rest>
bool is_one_of(const T& string, Rest... rest) const
{