From a4635519192f723ab84bfa4d1cc4461b5e7c1aac Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 7 Nov 2001 22:42:29 +0000 Subject: gdbarch.sh provides default for USE_STRUCT_CONVENTION. --- gdb/values.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gdb/values.c') diff --git a/gdb/values.c b/gdb/values.c index eedeaf96057..639f7bf4081 100644 --- a/gdb/values.c +++ b/gdb/values.c @@ -1382,11 +1382,6 @@ generic_use_struct_convention (int gcc_p, struct type *value_type) || TYPE_LENGTH (value_type) == 8)); } -#ifndef USE_STRUCT_CONVENTION -#define USE_STRUCT_CONVENTION(gcc_p,type) generic_use_struct_convention (gcc_p, type) -#endif - - /* Return true if the function specified is using the structure returning convention on this machine to return arguments, or 0 if it is using the value returning convention. FUNCTION is the value representing -- cgit v1.2.1