diff options
Diffstat (limited to 'gdb/valarith.c')
-rw-r--r-- | gdb/valarith.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/valarith.c b/gdb/valarith.c index bcc5ff6..a277be4 100644 --- a/gdb/valarith.c +++ b/gdb/valarith.c @@ -36,9 +36,6 @@ #define TRUNCATION_TOWARDS_ZERO ((-5 / 2) == -2) #endif -void _initialize_valarith (void); - - /* Given a pointer, return the size of its target. If the pointer type is void *, then return 1. If the target type is incomplete, then error out. |