mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-22 12:47:45 +00:00
Stub out SqpkFileOperation::RemoveAll
This commit is contained in:
parent
70a92594a2
commit
f340319a9e
1 changed files with 3 additions and 0 deletions
|
@ -427,6 +427,9 @@ pub fn process_patch(data_dir : &str, path : &str) {
|
||||||
|
|
||||||
fs::remove_file(new_path.as_str());
|
fs::remove_file(new_path.as_str());
|
||||||
}
|
}
|
||||||
|
SqpkFileOperation::RemoveAll => {
|
||||||
|
println!("STUB: SqpkFileOperation::RemoveAll");
|
||||||
|
}
|
||||||
_ => {
|
_ => {
|
||||||
panic!("Unhandled operation!");
|
panic!("Unhandled operation!");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue