forked from OSchip/llvm-project
[lldb] Remove a stray semicolon, fixing GCC warnings. NFC.
This commit is contained in:
parent
99b5631649
commit
11e74e512d
|
@ -33,7 +33,7 @@ FifoFile::~FifoFile() {
|
|||
#if LLVM_ON_UNIX
|
||||
unlink(m_path.c_str());
|
||||
#endif
|
||||
};
|
||||
}
|
||||
|
||||
Expected<std::shared_ptr<FifoFile>> CreateFifoFile(StringRef path) {
|
||||
#if !LLVM_ON_UNIX
|
||||
|
|
Loading…
Reference in New Issue