Skip to content

Commit

Permalink
removed entry from penalty config that will is going to be necessary …
Browse files Browse the repository at this point in the history
…for the next submodule update
  • Loading branch information
Felalolf committed Mar 15, 2024
1 parent 4e451b7 commit 5e3f6ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scala/viper/gobra/util/ChopperUtil.scala
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ object ChopperUtil {
method = get("method_body", dfltConf.method),
methodSpec = get("method_spec", dfltConf.methodSpec),
function = get("function_body", dfltConf.function),
functionSig = get("function_spec", dfltConf.function),
predicate = get("predicate_body", dfltConf.predicate),
predicateSig = get("predicate_spec", dfltConf.predicateSig),
field = get("field", dfltConf.field),
Expand Down

0 comments on commit 5e3f6ed

Please sign in to comment.