diff options
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r-- | gcc/cp/class.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c index a187bc36418..8f60f23a7c0 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -540,19 +540,6 @@ build_vtbl_ref (instance, idx) return aref; } -/* Given an object INSTANCE, return an expression which yields the - virtual function corresponding to IDX. */ - -tree -build_vfn_ref (instance, idx) - tree instance; - tree idx; -{ - tree aref = build_vtbl_ref (instance, idx); - - return aref; -} - /* Return the name of the virtual function table (as an IDENTIFIER_NODE) for the given TYPE. */ |