diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-03-15 18:02:36 +0000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-03-15 18:02:36 +0000 |
| commit | 458dd2e9fa96e5e75dde68b135aa43eae470c491 (patch) | |
| tree | c3777729d4c7236d020b7cd9a02cca4460945836 /src/option_types.hh | |
| parent | db9b863222dbd51154c422cf85bc8fafacd5b25b (diff) | |
Remove unneeded 'valid' helper template
Diffstat (limited to 'src/option_types.hh')
| -rw-r--r-- | src/option_types.hh | 2 |
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>) { |
