diff options
Diffstat (limited to 'gdb/language.c')
-rw-r--r-- | gdb/language.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/language.c b/gdb/language.c index 45ce2eb..0354fb8 100644 --- a/gdb/language.c +++ b/gdb/language.c @@ -388,14 +388,6 @@ language_info () } -/* Returns non-zero if the value is a pointer type. */ -int -pointer_type (struct type *type) -{ - return type->code () == TYPE_CODE_PTR || TYPE_IS_REFERENCE (type); -} - - /* This page contains functions that return info about (struct value) values used in GDB. */ |