Skip to content

Commit

Permalink
Remove GcpFileUploader default implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Oct 25, 2022
1 parent 1edf48c commit 873f947
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mithril-aggregator/src/tools/remote_file_uploader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ impl GcpFileUploader {
}
}

impl Default for GcpFileUploader {
fn default() -> Self {
Self::new("cardano-testnet".to_string())
}
}

#[async_trait]
impl RemoteFileUploader for GcpFileUploader {
async fn upload_file(&self, filepath: &Path) -> Result<(), String> {
Expand Down

0 comments on commit 873f947

Please sign in to comment.