diff options
Diffstat (limited to 'gdb/split-name.h')
-rw-r--r-- | gdb/split-name.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/split-name.h b/gdb/split-name.h index ad2862e..2674c9b 100644 --- a/gdb/split-name.h +++ b/gdb/split-name.h @@ -33,8 +33,6 @@ enum class split_style /* Split at ".". Used by Ada, Go, D. This has a funny name to work around a bug in Bison 2.3, which is used on macOS. */ DOT_STYLE, - /* Split at "__". Used by Ada encoded names. */ - UNDERSCORE, }; /* Split NAME into components at module boundaries. STYLE indicates |