Skip to content

Commit

Permalink
Remove never-read extc param.
Browse files Browse the repository at this point in the history
  • Loading branch information
macklin-10x committed Apr 18, 2024
1 parent af0035c commit 1373a3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion enclone_core/src/defs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ pub struct GeneralOpt {
pub accept_reuse: bool,
pub descrip: bool,
pub ext: String,
pub extc: HashMap<(String, String), String>,
pub extn: HashMap<String, usize>,
pub mouse: bool,
pub noprint: bool,
Expand Down

0 comments on commit 1373a3a

Please sign in to comment.