aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/util/gate.cpp
blob: 485c29dc5c815e267e4266d767c2b4e5d8bdb03b (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "gate.h"

namespace vespalib {

Gate::~Gate() = default;

}