File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
include/opentelemetry/exporters/zipkin Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ class OPENTELEMETRY_EXPORT ZipkinBuilder
23
23
public:
24
24
static void Register (opentelemetry::sdk::configuration::Registry *registry);
25
25
26
- ZipkinBuilder () = default ;
27
- ~ZipkinBuilder () override = default ;
28
-
29
26
std::unique_ptr<opentelemetry::sdk::trace::SpanExporter> Build (
30
27
const opentelemetry::sdk::configuration::ZipkinSpanExporterConfiguration *model)
31
28
const override ;
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ namespace exporter
20
20
namespace zipkin
21
21
{
22
22
23
- static ZipkinBuilder singleton;
24
-
25
23
void ZipkinBuilder::Register (opentelemetry::sdk::configuration::Registry *registry)
26
24
{
27
25
auto builder = std::make_unique<ZipkinBuilder>();
You can’t perform that action at this time.
0 commit comments