]> granicus.if.org Git - clang/commitdiff
Remove extra ';', found by clang++.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 19 Nov 2009 03:26:32 +0000 (03:26 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 19 Nov 2009 03:26:32 +0000 (03:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89304 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/Diagnostic.h

index 3a70e134b82b303fc948b35be632174f474d3d23..00a5bc6e937d9dc1e2bb180bf77344f880926359 100644 (file)
@@ -235,8 +235,8 @@ public:
   //  Diagnostic characterization methods, used by a client to customize how
   //
 
-  DiagnosticClient *getClient() { return Client; };
-  const DiagnosticClient *getClient() const { return Client; };
+  DiagnosticClient *getClient() { return Client; }
+  const DiagnosticClient *getClient() const { return Client; }
 
 
   /// pushMappings - Copies the current DiagMappings and pushes the new copy