Skip to content

Commit

Permalink
Merge pull request #2692 from onflow/bastian/cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent authored Aug 3, 2023
2 parents 62d6ec8 + d278372 commit e010922
Show file tree
Hide file tree
Showing 7 changed files with 2,174 additions and 1,368 deletions.
8 changes: 0 additions & 8 deletions runtime/interpreter/location.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ import (
"github.com/onflow/cadence/runtime/common"
)

// LocationPosition defines a position in the source of the import tree.
// The Location defines the script within the import tree, the Position
// defines the row/colum within the source of that script.
type LocationPosition struct {
Location common.Location
Position ast.Position
}

// LocationRange defines a range in the source of the import tree.
// The Position defines the script within the import tree, the Range
// defines the start/end position within the source of that script.
Expand Down
Loading

0 comments on commit e010922

Please sign in to comment.