trivial(truncate): remove old comments

This commit is contained in:
Sylvestre Ledru 2021-02-18 22:05:11 +01:00
parent 39d62c6c1f
commit 4bdd7a5e42

View file

@ -63,10 +63,6 @@ fn get_long_usage() -> String {
}
pub fn uumain(args: impl uucore::Args) -> i32 {
/*
let args = args.collect_str();
let mut opts = getopts::Options::new();*/
let usage = get_usage();
let long_usage = get_long_usage();