aboutsummaryrefslogtreecommitdiff
path: root/gdb/rust-lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/rust-lang.h')
-rw-r--r--gdb/rust-lang.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/rust-lang.h b/gdb/rust-lang.h
index ce30e33..f81f47f 100644
--- a/gdb/rust-lang.h
+++ b/gdb/rust-lang.h
@@ -26,9 +26,6 @@ struct type;
/* The la_parser implementation for Rust. */
extern int rust_parse (struct parser_state *);
-/* The la_error implementation for Rust. */
-extern void rustyyerror (const char *);
-
/* Return true if TYPE is a tuple type; otherwise false. */
extern bool rust_tuple_type_p (struct type *type);