From ff6cb22f9c458b56c43286608da7b1846c6b0e90 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sun, 3 Jan 1993 19:19:14 -0700 Subject: [PATCH] * pa.h (apparent_fsize, actual_fsize): Delete useless declarations. From-SVN: r3079 --- gcc/config/pa/pa.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index ee6745e5ea4..d2a349aa5fb 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -869,10 +869,6 @@ extern enum cmp_type hppa_branch_type; } \ ASM_OUTPUT_LABEL (FILE, NAME);} while (0) -/* Two views of the size of the current frame. */ -extern int actual_fsize; -extern int apparent_fsize; - /* This macro generates the assembly code for function entry. FILE is a stdio stream to output the code to. SIZE is an int: how many units of temporary storage to allocate. -- 2.30.2