Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
bentrengrove authored Jul 13, 2023
1 parent dc88a8e commit b605971
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,6 @@ private data class Contact(val name: String) : Comparable<Contact> {
}
}

private val sortComparator = naturalOrder<Contact>()

class Note {
val id: Int = 0
}
Expand Down

0 comments on commit b605971

Please sign in to comment.