diff options
Diffstat (limited to 'gdb/rust-exp.y')
-rw-r--r-- | gdb/rust-exp.y | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/rust-exp.y b/gdb/rust-exp.y index 4cb3aa2..5d99994 100644 --- a/gdb/rust-exp.y +++ b/gdb/rust-exp.y @@ -39,8 +39,6 @@ #define RUSTSTYPE YYSTYPE -extern initialize_file_ftype _initialize_rust_exp; - struct rust_op; typedef std::vector<const struct rust_op *> rust_op_vector; |