aboutsummaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/vespa/vespalib/net/component_config_producer.cpp
blob: fe4b1315ac99449315c39f91305592e731df4bbb (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright 2016 Yahoo Inc. 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() {}

}