commit | 22f7bb7e7742bd65e903ef4c4a738d9e01e5d08c | [log] [tgz] |
---|---|---|
author | Kaelyn Uhrain <rikka@google.com> | Tue Jul 26 01:42:22 2011 +0000 |
committer | Kaelyn Uhrain <rikka@google.com> | Tue Jul 26 01:42:22 2011 +0000 |
tree | 54f100c36a3375938fcbef7d287a88f7e5bfaeb7 | |
parent | bbc4e6bc28f690e5c94b7d56a5ea0bc7a6ea70f7 [diff] |
Test commit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136044 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Sema/SemaExpr.cpp b/lib/Sema/SemaExpr.cpp index 3d4846d..4a9b4bc 100644 --- a/lib/Sema/SemaExpr.cpp +++ b/lib/Sema/SemaExpr.cpp
@@ -310,7 +310,6 @@ // A glvalue of a non-function, non-array type T can be // converted to a prvalue. if (!E->isGLValue()) return Owned(E); - QualType T = E->getType(); assert(!T.isNull() && "r-value conversion on typeless expression?");