Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AVA
FloVer
Commits
31505b03
Commit
31505b03
authored
Feb 27, 2017
by
Heiko Becker
Browse files
Remove unnecessary assertions
parent
5220fc97
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/daisy/backend/CertificatePhase.scala
View file @
31505b03
...
...
@@ -45,10 +45,8 @@ object CertificatePhase extends DaisyPhase {
reporter
.
info
(
s
"Generating certificate for ${fnc.id}"
)
val
thePrecondition
=
fnc
.
precondition
val
theBody
=
fnc
.
body
//must be set
assert
(
ctx
.
intermediateAbsoluteErrors
.
get
(
fnc
.
id
)
!=
None
)
val
errorMap
=
ctx
.
intermediateAbsoluteErrors
.
get
(
fnc
.
id
).
get
assert
(
ctx
.
intermediateRanges
.
get
(
fnc
.
id
)
!=
None
)
val
rangeMap
=
ctx
.
intermediateRanges
.
get
(
fnc
.
id
).
get
prover
match
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment