From 78fbbfe0fe66cf3bbee744a1b702da95ad7fcd13 Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Wed, 17 Mar 2010 08:44:19 +0000 Subject: [PATCH] Remove useless foward decl. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98718 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Frontend/VerifyDiagnosticsClient.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/clang/Frontend/VerifyDiagnosticsClient.h b/include/clang/Frontend/VerifyDiagnosticsClient.h index 6f7ebbe537..08adbb04d1 100644 --- a/include/clang/Frontend/VerifyDiagnosticsClient.h +++ b/include/clang/Frontend/VerifyDiagnosticsClient.h @@ -16,7 +16,6 @@ namespace clang { class Diagnostic; -class SourceMgr; class TextDiagnosticBuffer; /// VerifyDiagnosticsClient - Create a diagnostic client which will use markers -- 2.50.1