aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-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")