mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
trivial(truncate): remove old comments
This commit is contained in:
parent
39d62c6c1f
commit
4bdd7a5e42
1 changed files with 0 additions and 4 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue