[thin_shrink] Add NoopVisitor

This commit is contained in:
Joe Thornber
2020-06-24 13:55:08 +01:00
parent 861b2f21ff
commit 3f1b776359
3 changed files with 22 additions and 3 deletions

View File

@@ -26,7 +26,6 @@ fn main() {
// FIXME: check these look like xml
let input_file = matches.value_of("INPUT").unwrap();
let map_file = matches.value_of("MAP").unwrap();
let output_file = matches.value_of("OUTPUT").unwrap();
if !file_utils::file_exists(input_file) {