OSDN Git Service

* pa.h (apparent_fsize, actual_fsize): Delete useless declarations.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Jan 1993 02:19:14 +0000 (02:19 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Jan 1993 02:19:14 +0000 (02:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3079 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/pa/pa.h

index ee6745e..d2a349a 100644 (file)
@@ -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.