Skip to content
Snippets Groups Projects
Commit 10650d91 authored by David Bühler's avatar David Bühler
Browse files

[kernel] Removes unused Security module from Db.

parent ac4f7a63
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
...@@ -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. *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment