Skip to content

Commit ea3a547

Browse files
committed
[lldb] Remove bogus ProcessMonitor forward-decls
This class is not used in those files.
1 parent 421f1b7 commit ea3a547

File tree

6 files changed

+0
-14
lines changed

6 files changed

+0
-14
lines changed

lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
#include "lldb/Target/RegisterContext.h"
1515
#include "lldb/Utility/Log.h"
1616

17-
class ProcessMonitor;
18-
1917
class RegisterContextPOSIX_arm : public lldb_private::RegisterContext {
2018
public:
2119
RegisterContextPOSIX_arm(

lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
#include "lldb/Target/RegisterContext.h"
1515
#include "lldb/Utility/Log.h"
1616

17-
class ProcessMonitor;
18-
1917
class RegisterContextPOSIX_arm64 : public lldb_private::RegisterContext {
2018
public:
2119
RegisterContextPOSIX_arm64(

lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
#include "lldb/Target/RegisterContext.h"
1515
#include "lldb/Utility/Log.h"
1616

17-
using namespace lldb_private;
18-
19-
class ProcessMonitor;
20-
2117
class RegisterContextPOSIX_mips64 : public lldb_private::RegisterContext {
2218
public:
2319

lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
#include "lldb/Target/RegisterContext.h"
1515
#include "lldb/Utility/Log.h"
1616

17-
class ProcessMonitor;
18-
1917
// Internal codes for all powerpc registers.
2018
enum {
2119
k_first_gpr_powerpc,

lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
#include "lldb/Target/RegisterContext.h"
1616
#include "lldb/Utility/Log.h"
1717

18-
class ProcessMonitor;
19-
2018
class RegisterContextPOSIX_s390x : public lldb_private::RegisterContext {
2119
public:
2220
RegisterContextPOSIX_s390x(

lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
#include "lldb/Target/RegisterContext.h"
1616
#include "lldb/Utility/Log.h"
1717

18-
class ProcessMonitor;
19-
2018
class RegisterContextPOSIX_x86 : public lldb_private::RegisterContext {
2119
public:
2220
RegisterContextPOSIX_x86(lldb_private::Thread &thread,

0 commit comments

Comments
 (0)