diff options
author | Lang Hames <lhames@gmail.com> | 2013-02-12 00:44:43 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2013-02-12 00:44:43 +0000 |
commit | c2808e705eb8a1a825a5807cabc16d55052c31bd (patch) | |
tree | 8e1064177e8bc76822823d30c730a8c8b300c331 /lib/CodeGen/CodeGenFunction.h | |
parent | 72dcecc8c2f9cdd4f0faacc62676d3bb6dba4d02 (diff) |
Backing out r174919 while I investigate a self-host bug on Takumi's builder.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174925 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index fcdd31fbc4..d43b58830b 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -1402,7 +1402,6 @@ public: void EmitConstructorBody(FunctionArgList &Args); void EmitDestructorBody(FunctionArgList &Args); - void emitImplicitAssignmentOperatorBody(FunctionArgList &Args); void EmitFunctionBody(FunctionArgList &Args); void EmitForwardingCallToLambda(const CXXRecordDecl *Lambda, |