go-delve / delve

Delve is a debugger for the Go programming language.
MIT License
22.38k stars 2.13k forks source link

proc/evalop: remove no longer needed Go 1.17 files #3676

Closed alexandear closed 4 months ago

alexandear commented 4 months ago

The PR cleans up code files that are needed to support compiling with Go 1.17. Since the https://github.com/go-delve/delve/pull/3589 these files are not used.

aarzilli commented 4 months ago

Go1.18 can still build delve.

aarzilli commented 4 months ago

Disregard the last comment, it doesn't matter. LGTM.