Skip to content

Commit

Permalink
iron out the compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jcp19 committed Dec 13, 2023
1 parent 671733e commit f379ee7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class DefaultPrettyPrinter extends PrettyPrinter with kiama.output.PrettyPrinter
case n: PInterfaceClause => showInterfaceClause(n)
case n: PBodyParameterInfo => showBodyParameterInfo(n)
case n: PTerminationMeasure => showTerminationMeasure(n)
case n: PExhaleMode => showExhaleMode(n)
case PPos(_) => emptyDoc
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import viper.gobra.translator.encodings.combinators.Encoding
import viper.gobra.translator.context.Context
import viper.gobra.translator.library.outlines.{Outlines, OutlinesImpl}
import viper.gobra.translator.util.ViperWriter.CodeWriter
import viper.gobra.translator.util.VprInfo
import viper.silver.{ast => vpr}

class OutlineEncoding extends Encoding {
Expand Down
3 changes: 0 additions & 3 deletions src/main/scala/viper/gobra/util/ExhaleMode.scala

This file was deleted.

0 comments on commit f379ee7

Please sign in to comment.