Skip to content
Snippets Groups Projects
Commit 65876ed7 authored by Kostyantyn Vorobyov's avatar Kostyantyn Vorobyov
Browse files

Remove useless parenthesis

parent 7d054b81
No related branches found
No related tags found
No related merge requests found
......@@ -519,7 +519,7 @@ you must call function `%s' and `__e_acsl_memory_clean by yourself.@]"
* declarations are bypassed by gotos. Note: should be done before
* [vinst] method (which adds initializers) is executed, otherwise
* init calls appear before store calls. *)
let duplicates = (Exit_points.store_vars stmt) in
let duplicates = Exit_points.store_vars stmt in
let env =
add_duplicate_store_stmt ~before:stmt env kf duplicates generate in
function_env := env;
......
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