aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/options/phases/DeletedWrapper.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/firrtl/options/phases/DeletedWrapper.scala')
-rw-r--r--src/main/scala/firrtl/options/phases/DeletedWrapper.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/scala/firrtl/options/phases/DeletedWrapper.scala b/src/main/scala/firrtl/options/phases/DeletedWrapper.scala
index 5374aa66..4a112172 100644
--- a/src/main/scala/firrtl/options/phases/DeletedWrapper.scala
+++ b/src/main/scala/firrtl/options/phases/DeletedWrapper.scala
@@ -15,9 +15,9 @@ import scala.collection.mutable
class DeletedWrapper(p: Phase) extends Phase with Translator[AnnotationSeq, (AnnotationSeq, AnnotationSeq)]
with PreservesAll[Phase] {
- override val prerequisites = Seq.empty
+ override def prerequisites = Seq.empty
- override val dependents = Seq.empty
+ override def dependents = Seq.empty
override lazy val name: String = p.name