summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/option_types.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/option_types.hh b/src/option_types.hh
index 1a55fb17..96af9f70 100644
--- a/src/option_types.hh
+++ b/src/option_types.hh
@@ -16,8 +16,6 @@
namespace Kakoune
{
-template<typename T> using valid = std::true_type;
-
template<typename T>
constexpr decltype(T::option_type_name) option_type_name(Meta::Type<T>)
{