aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/method.c')
-rw-r--r--gcc/cp/method.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/method.c b/gcc/cp/method.c
index fdc7604..b3e247c 100644
--- a/gcc/cp/method.c
+++ b/gcc/cp/method.c
@@ -56,8 +56,6 @@ enum mangling_flags
mf_use_underscores_around_value = 2
};
-typedef enum mangling_flags mangling_flags;
-
static void do_build_copy_assign (tree);
static void do_build_copy_constructor (tree);
static tree make_alias_for_thunk (tree);