From: Chris Lattner Date: Sun, 26 Aug 2007 23:01:23 +0000 (+0000) Subject: remove dead protos X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e7d53c3fb7b7571dfa8bfa9e4302fd423e13f04;p=clang remove dead protos git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41469 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/CodeGen/CodeGenFunction.h b/CodeGen/CodeGenFunction.h index 1af8c79458..f9632ddf6e 100644 --- a/CodeGen/CodeGenFunction.h +++ b/CodeGen/CodeGenFunction.h @@ -323,11 +323,6 @@ public: // Scalar Expression Emission //===--------------------------------------------------------------------===// - void EmitCompoundAssignmentOperands(const CompoundAssignOperator *CAO, - LValue &LHSLV, RValue &LHS, RValue &RHS); - RValue EmitCompoundAssignmentResult(const CompoundAssignOperator *E, - LValue LHSLV, RValue ResV); - RValue EmitCallExpr(const CallExpr *E); RValue EmitBuiltinExpr(unsigned BuiltinID, const CallExpr *E);