Skip to content

Commit 19d99d2

Browse files
committed
Remove Profile#as_snapshot
1 parent ea1607e commit 19d99d2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/scaffolding/profile.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,4 @@ impl Profile {
4646
pub fn set_name(&mut self, name: String) {
4747
self.name = name;
4848
}
49-
50-
pub fn as_snapshot(&self) -> ProfileSnapshot {
51-
ProfileSnapshot { machine_id: self.machine_id.clone(), name: self.name.clone(), vendor: self.vendor.clone(), kind: self.kind }
52-
}
5349
}

0 commit comments

Comments
 (0)