From: Douglas Gregor Date: Mon, 8 Mar 2010 02:49:35 +0000 (+0000) Subject: Remove redundant semicolon X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da7914950fe4bab215f40265e3aaba9c489b1938;p=clang Remove redundant semicolon git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97930 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/HostInfo.cpp b/lib/Driver/HostInfo.cpp index 98b64f1663..d8e086db98 100644 --- a/lib/Driver/HostInfo.cpp +++ b/lib/Driver/HostInfo.cpp @@ -164,7 +164,7 @@ class TCEHostInfo : public HostInfo { public: TCEHostInfo(const Driver &D, const llvm::Triple &Triple); - ~TCEHostInfo() {}; + ~TCEHostInfo() {} virtual bool useDriverDriver() const;