Skip to content

Commit

Permalink
fix(bundler): remove unused test code
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Feb 4, 2022
1 parent 095a696 commit 38a9b58
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tooling/bundler/src/bundle/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -681,18 +681,6 @@ impl Settings {
None => false,
}
}

/// Get pubkey (mainly for testing)
#[cfg(test)]
pub fn updater_pubkey(&self) -> Option<&str> {
self
.bundle_settings
.updater
.as_ref()
.expect("Updater is not defined")
.pubkey
.as_deref()
}
}

/// Parses the external binaries to bundle, adding the target triple suffix to each of them.
Expand Down

0 comments on commit 38a9b58

Please sign in to comment.