X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fcp%2Fname-lookup.h;fp=gcc%2Fcp%2Fname-lookup.h;h=88551f2b8acafdfdb22e29296c69e25e129d63b3;hb=08e8bd10f66fb71c8e091f720149fe2a2c42b69e;hp=d82445f3ac2f07a70c7dd3977b4f5bd4edea89b2;hpb=71189d94f2d47b3b4cb2361c61f4b427c6e3a58b;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/cp/name-lookup.h b/gcc/cp/name-lookup.h index d82445f3ac2..88551f2b8ac 100644 --- a/gcc/cp/name-lookup.h +++ b/gcc/cp/name-lookup.h @@ -190,9 +190,6 @@ struct cp_binding_level GTY(()) /* An array of static functions and variables (for namespaces only) */ VEC(tree,gc) *static_decls; - /* A chain of VTABLE_DECL nodes. */ - tree vtables; - /* A list of USING_DECL nodes. */ tree usings;