From c1ab9e7afd5072c11d879db913e1b553c7fe0dbe Mon Sep 17 00:00:00 2001 From: Richard Lin Date: Fri, 26 Apr 2019 17:07:41 -0700 Subject: Bundle literals implementation (#1057) --- chiselFrontend/src/main/scala/chisel3/core/Data.scala | 2 -- 1 file changed, 2 deletions(-) (limited to 'chiselFrontend/src/main/scala/chisel3/core/Data.scala') diff --git a/chiselFrontend/src/main/scala/chisel3/core/Data.scala b/chiselFrontend/src/main/scala/chisel3/core/Data.scala index 03c71af5..abb5675c 100644 --- a/chiselFrontend/src/main/scala/chisel3/core/Data.scala +++ b/chiselFrontend/src/main/scala/chisel3/core/Data.scala @@ -332,8 +332,6 @@ abstract class Data extends HasId with NamedComponent with SourceInfoDoc { // sc * binding and direction are valid after this call completes. */ private[chisel3] def bind(target: Binding, parentDirection: SpecifiedDirection = SpecifiedDirection.Unspecified) - // Variant of bind that can be called from subclasses, used for bundle literals - protected def selfBind(target: Binding) = bind(target) // Both _direction and _resolvedUserDirection are saved versions of computed variables (for // efficiency, avoid expensive recomputation of frequent operations). -- cgit v1.2.3