Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed dead code #451

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading