diff options
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r-- | gdb/arch-utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h index 158868f..0f7a23d 100644 --- a/gdb/arch-utils.h +++ b/gdb/arch-utils.h @@ -43,9 +43,6 @@ extern gdbarch_store_return_value_ftype legacy_store_return_value; address passed as an invisible first argument to the function. */ extern gdbarch_use_struct_convention_ftype always_use_struct_convention; -/* Frameless functions not identifable. */ -extern gdbarch_frameless_function_invocation_ftype generic_frameless_function_invocation_not; - /* Only structures, unions, and arrays are returned using the struct convention. Note that arrays are never passed by value in the C language family, so that case is irrelevant for C. */ |