forked from go-delve/delve
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proc: remove old method to resolve the type of an interface to a DIE (g…
…o-delve#3150) Before 1.11 we used to read a bunch of runtime structures to determine the runtime type of an interface variable. This had significant dependencies on private structs of the Go runtime and the code is broken for versions of Go after 1.17. Remove all this code, since it is no longer used and doesn't work with newer versions of Go anyway.
- Loading branch information
Showing
3 changed files
with
2 additions
and
621 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.