Skip to content

Commit

Permalink
fix: remove deleted cli opt
Browse files Browse the repository at this point in the history
  • Loading branch information
jwong101 committed Dec 22, 2023
1 parent 8bc43bc commit 149a77e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/fsrt/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ struct Opts {
dump_cfg: bool,
dump_callgraph: bool,
check_permissions: bool,
check_prototype_pollution: bool,
appkey: Option<String>,
out: Option<PathBuf>,
}
Expand Down Expand Up @@ -448,7 +447,6 @@ fn main() -> Result<()> {
dump_callgraph: args.callgraph,
dump_cfg: args.cfg,
check_permissions: args.check_permissions,
check_prototype_pollution: args.check_prototype_pollution,
out: args.out,
appkey: args.appkey,
};
Expand Down

0 comments on commit 149a77e

Please sign in to comment.