[NFC][LLDB] Removing extra semicolons to silence -Wc++98-compat-extra-semi diagnostics

GitOrigin-RevId: ec00502b9f4021112c22b87ff849ecb5505763dd
diff --git a/source/Plugins/Process/scripted/ScriptedProcess.cpp b/source/Plugins/Process/scripted/ScriptedProcess.cpp
index 72be0f9..b4ec4c7 100644
--- a/source/Plugins/Process/scripted/ScriptedProcess.cpp
+++ b/source/Plugins/Process/scripted/ScriptedProcess.cpp
@@ -123,7 +123,7 @@
   }
 
   return status;
-};
+}
 
 void ScriptedProcess::DidLaunch() {
   if (m_interpreter)
diff --git a/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h b/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
index 1843d92..1ef792b 100644
--- a/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
+++ b/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
@@ -50,7 +50,7 @@
 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
diff --git a/tools/debugserver/source/MacOSX/ThreadInfo.h b/tools/debugserver/source/MacOSX/ThreadInfo.h
index a114a47..592d50f 100644
--- a/tools/debugserver/source/MacOSX/ThreadInfo.h
+++ b/tools/debugserver/source/MacOSX/ThreadInfo.h
@@ -20,6 +20,6 @@
   std::string printable_name;
   uint32_t enum_value;
 };
-};
+}
 
 #endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_THREADINFO_H