summaryrefslogtreecommitdiffstats
path: root/searchlib/src
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-03-06 23:58:53 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-03-06 23:58:53 +0000
commitc92495d103205dfebbe0b02c259e7756ae3ce738 (patch)
tree7ace0d65dd5e09e9bb81dd46614bf9db404e00fa /searchlib/src
parentf5003a69aa96526f721e4098c1b6dffc49d0c9dc (diff)
Update copyrigt year.
Diffstat (limited to 'searchlib/src')
-rw-r--r--searchlib/src/vespa/searchlib/engine/trace.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/searchlib/src/vespa/searchlib/engine/trace.cpp b/searchlib/src/vespa/searchlib/engine/trace.cpp
index 381c851f40b..47ccac137f5 100644
--- a/searchlib/src/vespa/searchlib/engine/trace.cpp
+++ b/searchlib/src/vespa/searchlib/engine/trace.cpp
@@ -1,4 +1,4 @@
-// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright 2019 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "trace.h"
#include <vespa/vespalib/data/slime/slime.h>
@@ -6,7 +6,6 @@
namespace search::engine {
-
Trace::Trace(const fastos::TimeStamp &start_time)
: _trace(std::make_unique<vespalib::Slime>()),
_root(_trace->setObject()),
@@ -22,7 +21,6 @@ Trace::createCursor(vespalib::stringref name) {
Cursor & trace = _traces.addObject();
trace.setString("tag", name);
return trace;
-
}
vespalib::string