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
10650d91
Commit
10650d91
authored
1 year ago
by
David Bühler
Browse files
Options
Downloads
Patches
Plain Diff
[kernel] Removes unused Security module from Db.
parent
ac4f7a63
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/plugin_entry_points/db.ml
+0
-7
0 additions, 7 deletions
src/kernel_services/plugin_entry_points/db.ml
src/kernel_services/plugin_entry_points/db.mli
+0
-15
0 additions, 15 deletions
src/kernel_services/plugin_entry_points/db.mli
with
0 additions
and
22 deletions
src/kernel_services/plugin_entry_points/db.ml
+
0
−
7
View file @
10650d91
...
@@ -51,13 +51,6 @@ end
...
@@ -51,13 +51,6 @@ end
(** {2 Others plugins} *)
(** {2 Others plugins} *)
(* ************************************************************************* *)
(* ************************************************************************* *)
module
Security
=
struct
let
run_whole_analysis
=
mk_fun
"Security.run_whole_analysis"
let
run_ai_analysis
=
mk_fun
"Security.run_ai_analysis"
let
run_slicing_analysis
=
mk_fun
"Security.run_slicing_analysis"
let
self
=
ref
State
.
dummy
end
module
PostdominatorsTypes
=
struct
module
PostdominatorsTypes
=
struct
exception
Top
exception
Top
...
...
This diff is collapsed.
Click to expand it.
src/kernel_services/plugin_entry_points/db.mli
+
0
−
15
View file @
10650d91
...
@@ -130,21 +130,6 @@ module Postdominators: PostdominatorsTypes.Sig
...
@@ -130,21 +130,6 @@ module Postdominators: PostdominatorsTypes.Sig
module
PostdominatorsValue
:
PostdominatorsTypes
.
Sig
module
PostdominatorsValue
:
PostdominatorsTypes
.
Sig
module
Security
:
sig
val
run_whole_analysis
:
(
unit
->
unit
)
ref
(** Run all the security analysis. *)
val
run_ai_analysis
:
(
unit
->
unit
)
ref
(** Only run the analysis by abstract interpretation. *)
val
run_slicing_analysis
:
(
unit
->
Project
.
t
)
ref
(** Only run the security slicing pre-analysis. *)
val
self
:
State
.
t
ref
end
(** {3 GUI} *)
(** {3 GUI} *)
(** Registered daemon on progress. *)
(** Registered daemon on progress. *)
...
...
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