diff options
-rw-r--r-- | include/clang/Sema/Sema.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h index 8ee3c6856b..aa0a7ef957 100644 --- a/include/clang/Sema/Sema.h +++ b/include/clang/Sema/Sema.h @@ -5684,8 +5684,6 @@ public: // type. ExprResult DefaultLvalueConversion(Expr *E); - void MarkLValueReferenced(Expr *E); - // DefaultArgumentPromotion (C99 6.5.2.2p6). Used for function calls that // do not have a prototype. Integer promotions are performed on each // argument, and arguments that have type float are promoted to double. |