[LLDB] Fix GCC warnings about extra semicolons. NFC.
This commit is contained in:
@@ -51,7 +51,7 @@ using namespace lldb_private;
|
||||
using namespace elf;
|
||||
using namespace llvm::ELF;
|
||||
|
||||
LLDB_PLUGIN(ObjectFileELF);
|
||||
LLDB_PLUGIN(ObjectFileELF)
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user