diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-05-16 00:44:00 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-05-16 00:44:00 +0000 |
commit | 1eb2e59338c4b9c0429fc39ca98662adc9e7a3f2 (patch) | |
tree | 126954184e0133b6da5ad917cc4d5b10a52c7657 /lib/CodeGen/CodeGenFunction.h | |
parent | c9a8fa4e4df099cf0addc55d9ba513926588a0fb (diff) |
Revert r103880 (thread-safe static initialization w/ exceptions),
because it's causing strange linker errors. Unfixes PR7144.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103890 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 9761fa0b50..151c13c808 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -1258,8 +1258,7 @@ public: bool IsInitializer = false); void EmitCXXThrowExpr(const CXXThrowExpr *E); - void EmitRethrow(); - + //===--------------------------------------------------------------------===// // Internal Helpers //===--------------------------------------------------------------------===// |