Remove redundant semicolon

llvm-svn: 97930
This commit is contained in:
Douglas Gregor 2010-03-08 02:49:35 +00:00
parent 0aad774232
commit b1489c67f0
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class TCEHostInfo : public HostInfo {
public:
TCEHostInfo(const Driver &D, const llvm::Triple &Triple);
~TCEHostInfo() {};
~TCEHostInfo() {}
virtual bool useDriverDriver() const;