Skip to content

Commit

Permalink
chore(exec source): remove obsolete codec file and import (vectordotd…
Browse files Browse the repository at this point in the history
…ev#18257)

Usage of `sized_bytes_codec` was removed in <vectordotdev#9337>.

Signed-off-by: Hugo Hromic <hhromic@gmail.com>
  • Loading branch information
hhromic authored Aug 15, 2023
1 parent 8918c66 commit adbc06f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 104 deletions.
2 changes: 0 additions & 2 deletions src/sources/exec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ use crate::{
use lookup::{owned_value_path, path};
use vector_core::config::{log_schema, LogNamespace};

pub mod sized_bytes_codec;

/// Configuration for the `exec` source.
#[configurable_component(source("exec", "Collect output from a process running on the host."))]
#[derive(Clone, Debug)]
Expand Down
102 changes: 0 additions & 102 deletions src/sources/exec/sized_bytes_codec.rs

This file was deleted.

0 comments on commit adbc06f

Please sign in to comment.