[cfe-commits] r97930 - /cfe/trunk/lib/Driver/HostInfo.cpp
Douglas Gregor
dgregor at apple.com
Sun Mar 7 18:49:35 PST 2010
Author: dgregor
Date: Sun Mar 7 20:49:35 2010
New Revision: 97930
URL: http://llvm.org/viewvc/llvm-project?rev=97930&view=rev
Log:
Remove redundant semicolon
Modified:
cfe/trunk/lib/Driver/HostInfo.cpp
Modified: cfe/trunk/lib/Driver/HostInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/HostInfo.cpp?rev=97930&r1=97929&r2=97930&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/HostInfo.cpp (original)
+++ cfe/trunk/lib/Driver/HostInfo.cpp Sun Mar 7 20:49:35 2010
@@ -164,7 +164,7 @@
public:
TCEHostInfo(const Driver &D, const llvm::Triple &Triple);
- ~TCEHostInfo() {};
+ ~TCEHostInfo() {}
virtual bool useDriverDriver() const;
More information about the cfe-commits
mailing list