diff options
Diffstat (limited to 'gdb/go-lang.c')
-rw-r--r-- | gdb/go-lang.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/go-lang.c b/gdb/go-lang.c index cb42ef1..deff33a 100644 --- a/gdb/go-lang.c +++ b/gdb/go-lang.c @@ -523,7 +523,6 @@ extern const struct language_data go_language_data = 1, /* C-style arrays. */ 0, /* String lower bound. */ &default_varobj_ops, - "{...}" /* la_struct_too_deep_ellipsis */ }; /* Class representing the Go language. */ |