Remove unused function
This commit is contained in:
parent
c19b9d0b8b
commit
609bc24f67
|
@ -12,9 +12,6 @@ namespace Kakoune
|
||||||
template<typename Factory>
|
template<typename Factory>
|
||||||
struct ContainerView { Factory factory; };
|
struct ContainerView { Factory factory; };
|
||||||
|
|
||||||
template<typename Factory>
|
|
||||||
ContainerView<Factory> make_view(Factory factory) { return {factory}; }
|
|
||||||
|
|
||||||
template<typename Container, typename Factory>
|
template<typename Container, typename Factory>
|
||||||
decltype(auto) operator| (Container&& container, ContainerView<Factory> view)
|
decltype(auto) operator| (Container&& container, ContainerView<Factory> view)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user