[config] remove noop option --procedures-per-proc

Summary: As per title.

Reviewed By: jberdine, jvillard

Differential Revision: D21475121

fbshipit-source-id: 8f4240f3b
master
Nikos Gorogiannis 5 years ago committed by Facebook GitHub Bot
parent b8c5192ea1
commit 8d83fc3969

@ -1583,11 +1583,6 @@ INTERNAL OPTIONS
--procedures-filter-reset
Cancel the effect of --procedures-filter.
--procedures-per-process int
Specify the number of procedures to analyze per process when using
--per-procedure-parallelism. If 0 is specified, each file is
divided into --jobs groups of procedures.
--process-clang-ast
Activates: process the ast to emit some info about the file (Not
available for Java) (Conversely: --no-process-clang-ast)

@ -1699,13 +1699,6 @@ and procedures_name =
"Include procedures names in the output of $(b,--procedures)"
and procedures_per_process =
CLOpt.mk_int ~long:"procedures-per-process" ~default:1000 ~meta:"int"
"Specify the number of procedures to analyze per process when using \
$(b,--per-procedure-parallelism). If 0 is specified, each file is divided into $(b,--jobs) \
groups of procedures."
and procedures_source_file =
CLOpt.mk_bool ~long:"procedures-source-file" ~default:true
~in_help:InferCommand.[(Explore, manual_explore_procedures)]
@ -2839,8 +2832,6 @@ and procedures_filter = !procedures_filter
and procedures_name = !procedures_name
and[@warning "-32"] procedures_per_process = !procedures_per_process
and procedures_source_file = !procedures_source_file
and procedures_summary = !procedures_summary

Loading…
Cancel
Save