From 2a67eb178cd9452c724baefbc1530b54de1a544c Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Thu, 3 Jul 2014 18:43:26 +0000 Subject: [PATCH] The RTTI fallback is no more. Remove outdated diagnostic. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212281 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/DiagnosticDriverKinds.td | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/clang/Basic/DiagnosticDriverKinds.td b/include/clang/Basic/DiagnosticDriverKinds.td index 957019ee62..b5a807ecf2 100644 --- a/include/clang/Basic/DiagnosticDriverKinds.td +++ b/include/clang/Basic/DiagnosticDriverKinds.td @@ -176,7 +176,4 @@ def err_drv_modules_validate_once_requires_timestamp : Error< def warn_drv_invoking_fallback : Warning<"falling back to %0">, InGroup; -def warn_drv_rtti_fallback : - Warning<"cannot compile RTTI yet, falling back to %0">, - InGroup; } -- 2.40.0