Remove extraneous ';'.
authorBill Wendling <isanbard@gmail.com>
Tue, 15 May 2012 00:41:56 +0000 (00:41 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 15 May 2012 00:41:56 +0000 (00:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156791 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/NVPTX/NVPTXSection.h

index 72aad7a014e3cb02cc663b5c945f5dc4e45eb8d3..f1ca466266f6363f41b34e014007362c26441c6f 100644 (file)
@@ -27,7 +27,7 @@ class NVPTXSection : public MCSection {
 
 public:
   NVPTXSection(SectionVariant V, SectionKind K) : MCSection(V, K) {}
-  ~NVPTXSection() {};
+  ~NVPTXSection() {}
 
   /// Override this as NVPTX has its own way of printing switching
   /// to a section.