Skip to content

Commit 873f947

Browse files
committed
Remove GcpFileUploader default implementation
1 parent 1edf48c commit 873f947

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mithril-aggregator/src/tools/remote_file_uploader.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ impl GcpFileUploader {
3232
}
3333
}
3434

35-
impl Default for GcpFileUploader {
36-
fn default() -> Self {
37-
Self::new("cardano-testnet".to_string())
38-
}
39-
}
40-
4135
#[async_trait]
4236
impl RemoteFileUploader for GcpFileUploader {
4337
async fn upload_file(&self, filepath: &Path) -> Result<(), String> {

0 commit comments

Comments
 (0)