diff options
Diffstat (limited to 'gcc/rust/rust-backend.h')
-rw-r--r-- | gcc/rust/rust-backend.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/rust/rust-backend.h b/gcc/rust/rust-backend.h index f7a1ac6..ac856af 100644 --- a/gcc/rust/rust-backend.h +++ b/gcc/rust/rust-backend.h @@ -251,10 +251,6 @@ public: // Return an expression that converts EXPR to TYPE. virtual tree convert_expression (tree type, tree expr, Location) = 0; - // Create an expression for the address of a function. This is used to - // get the address of the code for a function. - virtual tree function_code_expression (tree, Location) = 0; - // Return an expression for the field at INDEX in BSTRUCT. virtual tree struct_field_expression (tree bstruct, size_t index, Location) = 0; |