Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ablakey committed Jun 2, 2020
1 parent f50c399 commit 9392da6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.rs
Expand Up @@ -130,9 +130,6 @@ impl Debugger {
fn main() {
let args: Vec<String> = env::args().collect();

// mostly redundant
assert_eq!(args.len() > 0, true);

if args.len() < 2 {
println!("USAGE: {} <rom-file>", args[0]);
return;
Expand Down

0 comments on commit 9392da6

Please sign in to comment.