diff options
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r-- | gcc/cp/class.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c index 6477261..d8f653d 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -1155,8 +1155,6 @@ add_virtual_function (new_virtuals_p, overridden_virtuals_p, } } -extern struct obstack *current_obstack; - /* Add method METHOD to class TYPE. If ERROR_P is true, we are adding the method after the class has already been defined because a declaration for it was seen. (Even though that is erroneous, we |