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:
parent
c19b9d0b8b
commit
609bc24f67
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user