Skip to content

Commit

Permalink
[lldb] Remove unused POSIX ProcessMessage files
Browse files Browse the repository at this point in the history
The last use of these was removed in cd44339.

Reviewed By: emaste

Differential Revision: https://reviews.llvm.org/D145559
  • Loading branch information
DavidSpickett committed Mar 8, 2023
1 parent 671eeec commit 8fe1144
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 231 deletions.
1 change: 0 additions & 1 deletion lldb/source/Plugins/Process/POSIX/CMakeLists.txt
@@ -1,7 +1,6 @@
add_lldb_library(lldbPluginProcessPOSIX
CrashReason.cpp
NativeProcessELF.cpp
ProcessMessage.cpp
ProcessPOSIXLog.cpp

LINK_LIBS
Expand Down
61 changes: 0 additions & 61 deletions lldb/source/Plugins/Process/POSIX/ProcessMessage.cpp

This file was deleted.

168 changes: 0 additions & 168 deletions lldb/source/Plugins/Process/POSIX/ProcessMessage.h

This file was deleted.

Expand Up @@ -12,7 +12,6 @@ static_library("POSIX") {
sources = [
"CrashReason.cpp",
"NativeProcessELF.cpp",
"ProcessMessage.cpp",
"ProcessPOSIXLog.cpp",
]
}

0 comments on commit 8fe1144

Please sign in to comment.