From 63bfb32c72e4db52bd376b3fd96bb0247ee167fb Mon Sep 17 00:00:00 2001 From: Albert Magyar Date: Tue, 14 Jul 2020 11:29:05 -0700 Subject: Delete outdated scalastyle configuration comments from source --- src/main/scala/firrtl/annotations/Annotation.scala | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main/scala/firrtl/annotations/Annotation.scala') diff --git a/src/main/scala/firrtl/annotations/Annotation.scala b/src/main/scala/firrtl/annotations/Annotation.scala index c25ae5a6..3e58a0d7 100644 --- a/src/main/scala/firrtl/annotations/Annotation.scala +++ b/src/main/scala/firrtl/annotations/Annotation.scala @@ -189,7 +189,6 @@ private[firrtl] object LegacyAnnotation { import firrtl.passes.clocklist._ // Attempt to convert common Annotations and error on the rest of old-style build-in annotations - // scalastyle:off def convertLegacyAnno(anno: LegacyAnnotation): Annotation = anno match { // All old-style Emitter annotations are illegal case LegacyAnnotation(_,_,"emitCircuit") => errorIllegalAnno("EmitCircuitAnnotation") @@ -236,7 +235,6 @@ private[firrtl] object LegacyAnnotation { OptimizableExtModuleAnnotation(c) case other => other } - // scalastyle:on def convertLegacyAnnos(annos: AnnotationSeq): AnnotationSeq = { var warned: Boolean = false annos.map { -- cgit v1.2.3