summaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/vespa/vespalib/metrics/point.cpp
blob: a5f99a4ba6d9b1d93f2d449ba3bfcdf8db199d51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "point.h"

namespace vespalib {
namespace metrics {

Point Point::empty(0);

} // namespace vespalib::metrics
} // namespace vespalib