summaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/annotation/spantree.h
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/vespa/document/annotation/spantree.h')
-rw-r--r--document/src/vespa/document/annotation/spantree.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/document/src/vespa/document/annotation/spantree.h b/document/src/vespa/document/annotation/spantree.h
index a0010fafa74..8745fb4421d 100644
--- a/document/src/vespa/document/annotation/spantree.h
+++ b/document/src/vespa/document/annotation/spantree.h
@@ -4,7 +4,6 @@
#include "annotation.h"
#include <vector>
-#include <cassert>
namespace document {
struct SpanNode;
@@ -24,7 +23,6 @@ public:
SpanTree(vespalib::stringref name, std::unique_ptr<T> root)
: _name(name),
_root(std::move(root)) {
- assert(_root.get());
}
~SpanTree();