Skip to content

Commit ddae41c

Browse files
author
AztecBot
committed
Merge branch 'next' into merge-train/avm
2 parents 741c5b3 + 505d084 commit ddae41c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bb-pilcom/bb-pil-backend/src/file_writer.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ use std::io::Write;
33
use std::path::Path;
44

55
pub struct BBFiles {
6-
pub vm_name: String,
76
pub base_dir: String,
87
pub relations: String,
98
}
@@ -17,7 +16,6 @@ impl BBFiles {
1716
let relations = relations.unwrap_or("relations").to_owned();
1817

1918
Self {
20-
vm_name: vm_name.to_owned(),
2119
base_dir,
2220
relations,
2321
}

0 commit comments

Comments
 (0)