Skip to content

Commit

Permalink
refactor: removed old, dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoverson committed Oct 17, 2023
1 parent 051de9c commit 2a29e9b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 228 deletions.
10 changes: 0 additions & 10 deletions crates/wick/flow-graph-interpreter/src/default.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/wick/flow-graph-interpreter/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@
// Add exceptions here
#![allow(missing_docs)]

mod default;
pub mod error;
pub mod graph;
mod interpreter;
Expand Down
214 changes: 0 additions & 214 deletions crates/wick/wick-config/src/default.rs

This file was deleted.

3 changes: 0 additions & 3 deletions crates/wick/wick-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
/// Structures and functions for auditing Wick Manifests.
#[cfg(feature = "config")]
pub mod audit;
mod default;
mod helpers;
mod traits;

Expand Down Expand Up @@ -151,8 +150,6 @@ pub mod v1;
/// Methods to read and load raw configurations.
pub mod load;

pub use default::{parse_default, process_default, ERROR_STR};

/// The crate's error type.
pub type Error = crate::error::ManifestError;

Expand Down

0 comments on commit 2a29e9b

Please sign in to comment.