Skip to content

Commit a985665

Browse files
committed
fix(config): remove stale OTLP config after squash merges
The OTLP and APM/trace cutovers removed all consumers of common/otlp/config.rs, but squash-merging the spike PRs left the module declared. Remove it to fix the resulting dead-code errors from the PR-5 merge fallout. Merge fallout from #1989 and #1991.
1 parent ab4ec32 commit a985665

2 files changed

Lines changed: 0 additions & 123 deletions

File tree

lib/saluki-components/src/common/otlp/config.rs

Lines changed: 0 additions & 122 deletions
This file was deleted.

lib/saluki-components/src/common/otlp/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
//! Provides shared server setup code for both OTLP receiver (proxy mode) and OTLP source (translation mode).
44
55
pub mod attributes;
6-
pub mod config;
76
pub mod origin;
87
pub mod semantics;
98
pub mod traces;

0 commit comments

Comments
 (0)