From 609bc24f67e53708d8cb93a070ab58d770e6e001 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 4 Mar 2017 19:19:26 +0000 Subject: [PATCH] Remove unused function --- src/containers.hh | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/containers.hh b/src/containers.hh index d5673a28..d49a1d65 100644 --- a/src/containers.hh +++ b/src/containers.hh @@ -12,9 +12,6 @@ namespace Kakoune template struct ContainerView { Factory factory; }; -template -ContainerView make_view(Factory factory) { return {factory}; } - template decltype(auto) operator| (Container&& container, ContainerView view) {