Skip to content
Snippets Groups Projects
Commit 56d444b9 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[aorai] remove unused function

parent 0acb23ff
No related branches found
No related tags found
No related merge requests found
......@@ -1640,9 +1640,6 @@ let setCData () =
defined_functions := f_def;
ignored_functions := f_decl
let addIgnoredFunction kf =
ignored_functions := kf :: !ignored_functions
(** Return true if and only if the given string fname denotes an ignored function. *)
let isIgnoredFunction kf =
List.exists (Kernel_function.equal kf) !ignored_functions
......
......@@ -227,9 +227,6 @@ val getObservablesFunctions : unit -> Cil_types.kernel_function list
is unavailable. *)
val getIgnoredFunctions : unit -> Cil_types.kernel_function list
(** Add a function to the list of ignored functions. *)
val addIgnoredFunction : Cil_types.kernel_function -> unit
(** Return true if and only if the given string fname denotes an ignored function. *)
val isIgnoredFunction : Cil_types.kernel_function -> bool
......
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