aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKevin Laeufer2021-08-04 11:56:08 -0700
committerGitHub2021-08-04 11:56:08 -0700
commit747b37471892c98f05b083c815c74d1c24edd416 (patch)
tree01aa566ccdfdeabf7bb6e736062f581f123ff5a4 /src
parenta643cfd338ab6ae7a3b0d9e9f58e6f33c69237ff (diff)
Revert "Deprecate DependencyAPIMigration. (#2303)" (#2316)
This reverts commit 2630537cf956eea3768c5bd8e57de839f7d3700a.
Diffstat (limited to 'src')
-rw-r--r--src/main/scala/firrtl/DependencyAPIMigration.scala4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/scala/firrtl/DependencyAPIMigration.scala b/src/main/scala/firrtl/DependencyAPIMigration.scala
index 7e84dc5e..b62b99c5 100644
--- a/src/main/scala/firrtl/DependencyAPIMigration.scala
+++ b/src/main/scala/firrtl/DependencyAPIMigration.scala
@@ -15,10 +15,6 @@ import firrtl.stage.TransformManager.TransformDependency
*
* For more information, see: https://bit.ly/2Voppre
*/
-@deprecated(
- "Please remove DependencyAPIMigration from your Transform to be compatible with FIRRTL 1.6.",
- "FIRRTL 1.5"
-)
trait DependencyAPIMigration { this: Transform =>
@deprecated("Use Dependency API methods for equivalent functionality. See: https://bit.ly/2Voppre", "FIRRTL 1.3")