aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/net/http/component_config_producer.cpp
blob: 9011ff9abc944dac63b3bea847acd47e4bb23fde (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 "component_config_producer.h"

namespace vespalib {

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

}