diff options
author | Jeff Law <law@gcc.gnu.org> | 1993-01-03 19:19:14 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1993-01-03 19:19:14 -0700 |
commit | ff6cb22f9c458b56c43286608da7b1846c6b0e90 (patch) | |
tree | ce2d76d8231032a3f1c070a05cacd394474fce24 | |
parent | c9bf18a52adba16e0e9174a95a0f710085d95110 (diff) | |
download | gcc-ff6cb22f9c458b56c43286608da7b1846c6b0e90.zip gcc-ff6cb22f9c458b56c43286608da7b1846c6b0e90.tar.gz gcc-ff6cb22f9c458b56c43286608da7b1846c6b0e90.tar.bz2 |
* pa.h (apparent_fsize, actual_fsize): Delete useless declarations.
From-SVN: r3079
-rw-r--r-- | gcc/config/pa/pa.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index ee6745e..d2a349a 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. |