summaryrefslogtreecommitdiff
path: root/AK/StringView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'AK/StringView.cpp')
-rw-r--r--AK/StringView.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/AK/StringView.cpp b/AK/StringView.cpp
index f299ab707b..92315f6add 100644
--- a/AK/StringView.cpp
+++ b/AK/StringView.cpp
@@ -239,8 +239,6 @@ template Optional<u16> StringView::to_uint() const;
template Optional<u32> StringView::to_uint() const;
template Optional<unsigned long> StringView::to_uint() const;
template Optional<unsigned long long> StringView::to_uint() const;
-template Optional<long> StringView::to_uint() const;
-template Optional<long long> StringView::to_uint() const;
#ifndef KERNEL
Optional<double> StringView::to_double(TrimWhitespace trim_whitespace) const