diff options
Diffstat (limited to 'gdb/go-lang.c')
-rw-r--r-- | gdb/go-lang.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/go-lang.c b/gdb/go-lang.c index eafd868..3af89b3 100644 --- a/gdb/go-lang.c +++ b/gdb/go-lang.c @@ -386,14 +386,6 @@ go_language::demangle_symbol (const char *mangled_name, int options) const return result; } -/* See language.h. */ - -const struct exp_descriptor * -go_language::expression_ops () const -{ - return &exp_descriptor_c; -} - /* Given a Go symbol, return its package or NULL if unknown. Space for the result is malloc'd, caller must free. */ |