From e422266926f58f9fe7204ed68c7d060b0213c7d7 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Wed, 30 Jun 2010 00:22:35 +0000 Subject: Revert r107173, "fix PR7519: after thrashing around and remembering how all this stuff", it broke bootstrap. llvm-svn: 107232 --- clang/test/CodeGen/decl.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'clang/test/CodeGen/decl.c') diff --git a/clang/test/CodeGen/decl.c b/clang/test/CodeGen/decl.c index dcf120fd88a..7ffb7006b05 100644 --- a/clang/test/CodeGen/decl.c +++ b/clang/test/CodeGen/decl.c @@ -89,16 +89,3 @@ struct test7s { int a; int b; } test7[] = { struct test8s { int f0; char f1; } test8g = {}; -// PR7519 - -struct S { - void (*x) (struct S *); -}; - -extern struct S *global_dc; -void cp_diagnostic_starter(struct S *); - -void init_error(void) { - global_dc->x = cp_diagnostic_starter; -} - -- cgit v1.2.3