Remove superfluous semicolon confusing clang-format.

llvm-svn: 210016
This commit is contained in:
Daniel Jasper 2014-06-02 11:29:58 +00:00
parent 02162b9cfa
commit 66f6f804e5

View File

@ -67,7 +67,7 @@ class RejectLog {
llvm::SmallVector<RejectReasonPtr, 1> ErrorReports;
public:
explicit RejectLog(Region *R) : R(R) {};
explicit RejectLog(Region *R) : R(R) {}
typedef llvm::SmallVector<RejectReasonPtr, 1>::iterator iterator;