Remove unnecessary semicolon

This shows up as a -Wpendatic error on GCC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301616 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sanjoy Das 2017-04-28 04:49:32 +00:00
parent edb3c90b17
commit afd31bcedd

View File

@ -145,6 +145,6 @@ private:
static thread_local bool IsMyThread;
};
}; // namespace fuzzer
} // namespace fuzzer
#endif // LLVM_FUZZER_INTERNAL_H