зеркало из https://github.com/microsoft/clang-1.git
Remove redundant semicolon
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97930 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
5abbd60620
Коммит
da7914950f
|
@ -164,7 +164,7 @@ class TCEHostInfo : public HostInfo {
|
|||
|
||||
public:
|
||||
TCEHostInfo(const Driver &D, const llvm::Triple &Triple);
|
||||
~TCEHostInfo() {};
|
||||
~TCEHostInfo() {}
|
||||
|
||||
virtual bool useDriverDriver() const;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче