~cypheon/livetools

5b636558beb450e5ee70a33795fbe8a63fe32773 — Johann Rudloff 5 years ago cd4a812
Remove commented-out code.
1 files changed, 1 insertions(+), 1 deletions(-)

M src/bin/lwc.rs
M src/bin/lwc.rs => src/bin/lwc.rs +1 -1
@@ 138,7 138,7 @@ fn print_usage(program: &String, opts: &Options) {

fn main() {
    let args: Vec<String> = env::args().collect();
    let program = &args[0];//.clone();
    let program = &args[0];

    let mut cfg = WordCountConfig::new();
    let mut noflags = true;