Skip to content
This repository was archived by the owner on Apr 25, 2020. It is now read-only.

Commit 20d26d1

Browse files
committed
Remove code that does not compile
I do not even remember why this was left there ...
1 parent aea16aa commit 20d26d1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/scala/typedkey/TKey.scala

-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,3 @@ trait TKey[T] extends Ordered[TKey[_]] {
3737

3838
def compare(that: TKey[_]) = this.name compareTo that.name
3939
}
40-
41-
object TKey {
42-
def ofString(name: String)
43-
}

0 commit comments

Comments
 (0)