OSDN Git Service

Remove unnecessary semicolon
authorSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 28 Apr 2017 04:49:32 +0000 (04:49 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 28 Apr 2017 04:49:32 +0000 (04:49 +0000)
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

lib/Fuzzer/FuzzerInternal.h

index c266156..ad067ee 100644 (file)
@@ -145,6 +145,6 @@ private:
   static thread_local bool IsMyThread;
 };
 
-}; // namespace fuzzer
+} // namespace fuzzer
 
 #endif // LLVM_FUZZER_INTERNAL_H