aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1993-01-03 19:19:14 -0700
committerJeff Law <law@gcc.gnu.org>1993-01-03 19:19:14 -0700
commitff6cb22f9c458b56c43286608da7b1846c6b0e90 (patch)
treece2d76d8231032a3f1c070a05cacd394474fce24
parentc9bf18a52adba16e0e9174a95a0f710085d95110 (diff)
downloadgcc-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.h4
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.