Skip to content

Commit adbc06f

Browse files
authored
chore(exec source): remove obsolete codec file and import (vectordotdev#18257)
Usage of `sized_bytes_codec` was removed in <vectordotdev#9337>. Signed-off-by: Hugo Hromic <[email protected]>
1 parent 8918c66 commit adbc06f

File tree

2 files changed

+0
-104
lines changed

2 files changed

+0
-104
lines changed

src/sources/exec/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ use crate::{
4242
use lookup::{owned_value_path, path};
4343
use vector_core::config::{log_schema, LogNamespace};
4444

45-
pub mod sized_bytes_codec;
46-
4745
/// Configuration for the `exec` source.
4846
#[configurable_component(source("exec", "Collect output from a process running on the host."))]
4947
#[derive(Clone, Debug)]

src/sources/exec/sized_bytes_codec.rs

-102
This file was deleted.

0 commit comments

Comments
 (0)