Skip to content

Commit

Permalink
remove now-unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Dec 24, 2024
1 parent e1d050c commit fadba1d
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import cats.syntax.all.*
import org.polyvariant.treesitter4s.TreeSitterAPI
import playground.Assertions.*
import playground.Diffs.given
import playground.smithyql.parser.SourceParser
import weaver.*

object AtPositionTests extends FunSuite {
Expand Down Expand Up @@ -32,12 +31,6 @@ object AtPositionTests extends FunSuite {
.SourceFile
.unsafeApply(TreeSitterAPI.make("smithyql").parse(extracted).rootNode.get)

val parsed =
SourceParser[SourceFile]
.parse(extracted)
.toTry
.get

RangeIndex
.build(parsedTs)
.findAtPosition(position)
Expand Down

0 comments on commit fadba1d

Please sign in to comment.