mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-11 05:35:11 +00:00
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:
parent
edb3c90b17
commit
afd31bcedd
@ -145,6 +145,6 @@ private:
|
||||
static thread_local bool IsMyThread;
|
||||
};
|
||||
|
||||
}; // namespace fuzzer
|
||||
} // namespace fuzzer
|
||||
|
||||
#endif // LLVM_FUZZER_INTERNAL_H
|
||||
|
Loading…
Reference in New Issue
Block a user