aboutsummaryrefslogtreecommitdiff
path: root/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-08-26 23:02:57 +0000
committerChris Lattner <sabre@nondot.org>2007-08-26 23:02:57 +0000
commitd8d193679840ed188f2af6782f564a1c2fcfd9d1 (patch)
treed1a4f14df56d02cd8dd762d8d9cd048b8dd01ebf /CodeGen/CodeGenFunction.h
parent0e7d53c3fb7b7571dfa8bfa9e4302fd423e13f04 (diff)
remove dead code
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41470 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen/CodeGenFunction.h')
-rw-r--r--CodeGen/CodeGenFunction.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/CodeGen/CodeGenFunction.h b/CodeGen/CodeGenFunction.h
index f9632ddf6e..43fa98c18d 100644
--- a/CodeGen/CodeGenFunction.h
+++ b/CodeGen/CodeGenFunction.h
@@ -301,7 +301,6 @@ public:
/// EmitLoadOfLValue - Given an expression that represents a value lvalue,
/// this method emits the address of the lvalue, then loads the result as an
/// rvalue, returning the rvalue.
- RValue EmitLoadOfLValue(const Expr *E);
RValue EmitLoadOfLValue(LValue V, QualType LVType);
RValue EmitLoadOfOCUElementLValue(LValue V, QualType LVType);