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

[Eva] Removes an unused parameter from the Trace_partitioning functor.

parent bbcd6abf
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ module Make_Dataflow
(* --- Abstract values storage --- *)
module Partition = Trace_partitioning.Make (Abstract) (Transfer) (AnalysisParam)
module Partition = Trace_partitioning.Make (Abstract) (AnalysisParam)
type store = Partition.store
type flow = Partition.flow
......
......@@ -26,7 +26,6 @@ open Partition
module Make
(Abstract: Abstractions.Eva)
(Transfer : Transfer_stmt.S with type state = Abstract.Dom.t)
(Kf : sig val kf: kernel_function end) =
struct
module Parameters = Partitioning_parameters.Make (Kf)
......
......@@ -24,7 +24,6 @@ open Bottom.Type
module Make
(Abstract : Abstractions.Eva)
(Transfer : Transfer_stmt.S with type state = Abstract.Dom.t)
(Kf : sig val kf: Cil_types.kernel_function end) :
sig
type state = Abstract.Dom.t (** The states being partitioned *)
......
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