aboutsummaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/vespa/vespalib/net/component_config_producer.cpp
blob: a0158812b89612b5228f657f97e9c11a7d41711e (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "component_config_producer.h"

namespace vespalib {

ComponentConfigProducer::Config::~Config() {}

}