diff options
| author | Albert Magyar | 2020-07-14 11:29:05 -0700 |
|---|---|---|
| committer | Albert Magyar | 2020-07-14 12:55:35 -0700 |
| commit | 63bfb32c72e4db52bd376b3fd96bb0247ee167fb (patch) | |
| tree | 3eab583976d357c5364062c58fa857aab7e85a0c /src/main/scala/firrtl/annotations/Annotation.scala | |
| parent | 82956e47b6348cad8776e01e37ba6ed74a6c750d (diff) | |
Delete outdated scalastyle configuration comments from source
Diffstat (limited to 'src/main/scala/firrtl/annotations/Annotation.scala')
| -rw-r--r-- | src/main/scala/firrtl/annotations/Annotation.scala | 2 |
1 files changed, 0 insertions, 2 deletions
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 { |
