Skip to content

Commit 1565730

Browse files
committed
chore: remove dead code
1 parent c70805f commit 1565730

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

tests/cli_compat.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,6 @@ const fn flag_short(long: &'static str, short: char) -> ExpectedFlag {
4646
}
4747
}
4848

49-
const fn flag_val_required(long: &'static str) -> ExpectedFlag {
50-
ExpectedFlag {
51-
long,
52-
short: None,
53-
required: true,
54-
takes_value: true,
55-
}
56-
}
57-
5849
const fn flag_val_short(long: &'static str, short: char) -> ExpectedFlag {
5950
ExpectedFlag {
6051
long,

0 commit comments

Comments
 (0)