]> granicus.if.org Git - clang/commitdiff
remove dead protos
authorChris Lattner <sabre@nondot.org>
Sun, 26 Aug 2007 23:01:23 +0000 (23:01 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 26 Aug 2007 23:01:23 +0000 (23:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41469 91177308-0d34-0410-b5e6-96231b3b80d8

CodeGen/CodeGenFunction.h

index 1af8c794585c43f5fafcb681c51ee7b209349f33..f9632ddf6e3e662e9250125a25d641e168d490f4 100644 (file)
@@ -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);