1
1
mirror of https://github.com/mawww/kakoune.git synced 2025-01-03 01:03:12 +03:00

Remove unused function

This commit is contained in:
Maxime Coste 2017-03-04 19:19:26 +00:00
parent c19b9d0b8b
commit 609bc24f67

View File

@ -12,9 +12,6 @@ namespace Kakoune
template<typename Factory>
struct ContainerView { Factory factory; };
template<typename Factory>
ContainerView<Factory> make_view(Factory factory) { return {factory}; }
template<typename Container, typename Factory>
decltype(auto) operator| (Container&& container, ContainerView<Factory> view)
{