From e81335c85ba4766593422df7bfea7fffcc4cb60f Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 16 Apr 2010 18:00:29 +0000 Subject: Kill ForceRValue once and for all llvm-svn: 101502 --- clang/lib/Sema/Sema.h | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/lib/Sema/Sema.h') diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h index 3bd927abbcf..db8f34d1d1f 100644 --- a/clang/lib/Sema/Sema.h +++ b/clang/lib/Sema/Sema.h @@ -1064,7 +1064,6 @@ public: TryImplicitConversion(Expr* From, QualType ToType, bool SuppressUserConversions, bool AllowExplicit, - bool ForceRValue, bool InOverloadResolution, bool UserCast = false); bool IsStandardConversion(Expr *From, QualType ToType, -- cgit v1.2.3