diff options
Diffstat (limited to 'gdb/ch-lang.h')
-rw-r--r-- | gdb/ch-lang.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/ch-lang.h b/gdb/ch-lang.h index 0fcb8d6..2913cd0 100644 --- a/gdb/ch-lang.h +++ b/gdb/ch-lang.h @@ -37,8 +37,3 @@ chill_val_print PARAMS ((struct type *, char *, CORE_ADDR, GDB_FILE *, int, int, extern int chill_value_print PARAMS ((struct value *, GDB_FILE *, int, enum val_prettyprint)); - -extern int -chill_is_varying_struct PARAMS ((struct type *type)); - - |