[NFC][LLDB] Removing extra semicolons to silence -Wc++98-compat-extra-semi diagnostics
This commit is contained in:
parent
99203f2004
commit
ec00502b9f
@ -123,7 +123,7 @@ Status ScriptedProcess::DoLaunch(Module *exe_module,
|
||||
}
|
||||
|
||||
return status;
|
||||
};
|
||||
}
|
||||
|
||||
void ScriptedProcess::DidLaunch() {
|
||||
if (m_interpreter)
|
||||
|
||||
@ -50,7 +50,7 @@ extern "C" void *LLDBSWIGPython_CastPyObjectToSBData(void *data);
|
||||
extern "C" void *LLDBSWIGPython_CastPyObjectToSBError(void *data);
|
||||
extern "C" void *LLDBSWIGPython_CastPyObjectToSBValue(void *data);
|
||||
|
||||
}; // namespace lldb_private
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // LLDB_ENABLE_PYTHON
|
||||
#endif // LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_SWIGPYTHONBRIDGE_H
|
||||
|
||||
@ -20,6 +20,6 @@ public:
|
||||
std::string printable_name;
|
||||
uint32_t enum_value;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_THREADINFO_H
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user