From da7914950fe4bab215f40265e3aaba9c489b1938 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 8 Mar 2010 02:49:35 +0000 Subject: [PATCH] Remove redundant semicolon git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97930 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Driver/HostInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0