Skip to content

Commit

Permalink
remove stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Oct 30, 2024
1 parent b11ae04 commit f5d7bac
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ object TreeSitterPlatform {
.invoke(classOf[org.polyvariant.treesitter4s.Language], Array())
.asInstanceOf[org.polyvariant.treesitter4s.Language]

// We need to keep all references to the libraries in a map
// otherwise they get GC'd and the app segfaults! Fun times.
new CC {
def lang: org.polyvariant.treesitter4s.Language = langg
def close() = {
Expand Down

0 comments on commit f5d7bac

Please sign in to comment.