Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
c6ca6964
Commit
c6ca6964
authored
5 years ago
by
Julien Signoles
Browse files
Options
Downloads
Patches
Plain Diff
remove useless values from Parameter_customize
parent
ac9d1561
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/kernel_services/cmdline_parameters/parameter_customize.ml
+0
-4
0 additions, 4 deletions
...kernel_services/cmdline_parameters/parameter_customize.ml
src/kernel_services/cmdline_parameters/parameter_customize.mli
+0
-14
0 additions, 14 deletions
...ernel_services/cmdline_parameters/parameter_customize.mli
with
0 additions
and
18 deletions
src/kernel_services/cmdline_parameters/parameter_customize.ml
+
0
−
4
View file @
c6ca6964
...
...
@@ -95,10 +95,6 @@ let no_category () = use_category_ref := false
let
is_permissive_ref
=
ref
false
let
filepath_existence_ref
=
ref
Filepath
.
Indifferent
let
set_filepath_existence
e
=
filepath_existence_ref
:=
e
let
filepath_existence
()
=
!
filepath_existence_ref
let
find_kf_by_name
:
(
string
->
Cil_types
.
kernel_function
)
ref
=
Extlib
.
mk_fun
"Parameter_customize.find_kf_by_name"
...
...
This diff is collapsed.
Click to expand it.
src/kernel_services/cmdline_parameters/parameter_customize.mli
+
0
−
14
View file @
c6ca6964
...
...
@@ -148,19 +148,6 @@ val is_permissive_ref: bool ref
Set by {!Kernel.Permissive} option
*)
val
set_filepath_existence
:
Filepath
.
existence
->
unit
(** For arguments which correspond to filepaths, [Indifferent] (default)
does not impose any constraints; [Must_exist] and [Must_not_exist] raise
exceptions when not satisfied.
@since Frama-C+dev
*)
val
filepath_existence
:
unit
->
Filepath
.
existence
(** Retrieves filepath existence constraints (see {!set_filepath_existence}
for details).
@since Frama-C+dev
*)
(* ************************************************************************* *)
(** {2 Function names} *)
(* ************************************************************************* *)
...
...
@@ -228,7 +215,6 @@ val do_iterate_ref: bool option ref
val
is_visible_ref
:
bool
ref
val
module_name_ref
:
string
ref
val
use_category_ref
:
bool
ref
val
filepath_existence_ref
:
Filepath
.
existence
ref
(**/**)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment