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
1b4db518
Commit
1b4db518
authored
6 years ago
by
David Bühler
Browse files
Options
Downloads
Patches
Plain Diff
[Eva] Partition: removes unused functions.
parent
b2a7f4c3
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/plugins/value/engine/partition.ml
+0
-5
0 additions, 5 deletions
src/plugins/value/engine/partition.ml
src/plugins/value/engine/partition.mli
+0
-3
0 additions, 3 deletions
src/plugins/value/engine/partition.mli
with
0 additions
and
8 deletions
src/plugins/value/engine/partition.ml
+
0
−
5
View file @
1b4db518
...
...
@@ -128,8 +128,6 @@ let map_filter (f : key -> 'a -> 'b option) (p : 'a partition) : 'b partition =
(* --- Partitioning actions --- *)
type
'
a
transfer_function
=
(
key
*
'
a
)
list
->
(
key
*
'
a
)
list
type
unroll_limit
=
|
ExpLimit
of
Cil_types
.
exp
|
IntLimit
of
int
...
...
@@ -336,9 +334,6 @@ struct
let
map_keys
(
f
:
key
->
state
->
key
)
(
p
:
t
)
:
t
=
List
.
map
(
fun
(
k
,
x
)
->
f
k
x
,
x
)
p
let
transfer
(
f
:
state
transfer_function
)
(
p
:
t
)
:
t
=
f
p
let
transfer_keys
p
=
function
|
Static_split
(
exp
,
monitor
)
->
split
~
monitor
~
static
:
true
p
exp
...
...
This diff is collapsed.
Click to expand it.
src/plugins/value/engine/partition.mli
+
0
−
3
View file @
1b4db518
...
...
@@ -102,8 +102,6 @@ val map_filter : (key -> 'a -> 'b option) -> 'a partition -> 'b partition
(* Partitioning actions *)
type
'
a
transfer_function
=
(
key
*
'
a
)
list
->
(
key
*
'
a
)
list
type
unroll_limit
=
|
ExpLimit
of
Cil_types
.
exp
|
IntLimit
of
int
...
...
@@ -143,7 +141,6 @@ sig
val
union
:
t
->
t
->
t
val
transfer
:
state
transfer_function
->
t
->
t
val
transfer_keys
:
t
->
action
->
t
val
transfer_states
:
(
state
->
state
list
)
->
t
->
t
val
legacy_transfer_states
:
(
state
list
->
state
list
)
->
t
->
t
...
...
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