diff options
Diffstat (limited to 'src/cmd/internal/dwarf')
| -rw-r--r-- | src/cmd/internal/dwarf/dwarf.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cmd/internal/dwarf/dwarf.go b/src/cmd/internal/dwarf/dwarf.go index 3feb81a5b4..740b04f606 100644 --- a/src/cmd/internal/dwarf/dwarf.go +++ b/src/cmd/internal/dwarf/dwarf.go @@ -27,9 +27,6 @@ const LocPrefix = "go.loc." // RangePrefix is the prefix for all the symbols containing DWARF range lists. const RangePrefix = "go.range." -// IsStmtPrefix is the prefix for all the symbols containing DWARF is_stmt info for the line number table. -const IsStmtPrefix = "go.isstmt." - // DebugLinesPrefix is the prefix for all the symbols containing DWARF debug_line information from the compiler. const DebugLinesPrefix = "go.debuglines." |
