summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-01-26 14:26:02 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-01-26 14:26:02 +0000
commit560a8692f0d014a39118159915efafc4a0a5dddc (patch)
treebe472754e7dff8adc1af0306e5e85522332b4ada /document
parent8ff94a33ec4fd8dc42b942e9d73181d4a2164339 (diff)
gc last usages of closures
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/repo/documenttyperepo.cpp1
-rw-r--r--document/src/vespa/document/repo/documenttyperepo.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/document/src/vespa/document/repo/documenttyperepo.cpp b/document/src/vespa/document/repo/documenttyperepo.cpp
index 50ab6aaa646..129972d5524 100644
--- a/document/src/vespa/document/repo/documenttyperepo.cpp
+++ b/document/src/vespa/document/repo/documenttyperepo.cpp
@@ -25,7 +25,6 @@ using std::fstream;
using std::make_pair;
using std::pair;
using std::vector;
-using vespalib::Closure1;
using vespalib::Identifiable;
using vespalib::IllegalArgumentException;
using vespalib::hash_map;
diff --git a/document/src/vespa/document/repo/documenttyperepo.h b/document/src/vespa/document/repo/documenttyperepo.h
index 4e3a1b07619..1e6da090296 100644
--- a/document/src/vespa/document/repo/documenttyperepo.h
+++ b/document/src/vespa/document/repo/documenttyperepo.h
@@ -4,7 +4,6 @@
#include <memory>
#include <vespa/vespalib/stllike/string.h>
-#include <vespa/vespalib/util/closure.h>
namespace document {