Skip to content

Commit d5dd410

Browse files
vigdorchikadriaanm
authored andcommitted
Remove unused symbols and imports from the library.
1 parent 1251b97 commit d5dd410

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/library/scala/xml/NamespaceBinding.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ case class NamespaceBinding(prefix: String, uri: String, parent: NamespaceBindin
3838

3939
override def toString(): String = sbToString(buildString(_, TopScope))
4040

41-
private def shadowRedefined: NamespaceBinding = shadowRedefined(TopScope)
42-
4341
private def shadowRedefined(stop: NamespaceBinding): NamespaceBinding = {
4442
def prefixList(x: NamespaceBinding): List[String] =
4543
if ((x == null) || (x eq stop)) Nil

0 commit comments

Comments
 (0)