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
386f2064
Commit
386f2064
authored
8 years ago
by
Julien Signoles
Browse files
Options
Downloads
Patches
Plain Diff
[typing] remove useless lines
parent
fe012c15
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/plugins/e-acsl/typing.ml
+0
-1
0 additions, 1 deletion
src/plugins/e-acsl/typing.ml
src/plugins/e-acsl/typing.mli
+0
-2
0 additions, 2 deletions
src/plugins/e-acsl/typing.mli
with
0 additions
and
3 deletions
src/plugins/e-acsl/typing.ml
+
0
−
1
View file @
386f2064
...
@@ -540,7 +540,6 @@ let get_op t =
...
@@ -540,7 +540,6 @@ let get_op t =
extract_typ
t
info
.
op
extract_typ
t
info
.
op
let
get_cast
t
=
let
get_cast
t
=
Cil
.
CurrentLoc
.
set
t
.
term_loc
;
let
info
=
Memo
.
get
t
in
let
info
=
Memo
.
get
t
in
try
Extlib
.
opt_map
typ_of_integer_ty
info
.
cast
try
Extlib
.
opt_map
typ_of_integer_ty
info
.
cast
with
Not_an_integer
->
None
with
Not_an_integer
->
None
...
...
This diff is collapsed.
Click to expand it.
src/plugins/e-acsl/typing.mli
+
0
−
2
View file @
386f2064
...
@@ -35,8 +35,6 @@ type integer_ty = private
...
@@ -35,8 +35,6 @@ type integer_ty = private
|
C_type
of
ikind
|
C_type
of
ikind
|
Other
|
Other
include
Datatype
.
S
with
type
t
=
integer_ty
val
gmp
:
integer_ty
val
gmp
:
integer_ty
val
c_int
:
integer_ty
val
c_int
:
integer_ty
val
ikind
:
ikind
->
integer_ty
val
ikind
:
ikind
->
integer_ty
...
...
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