Skip to content

Commit 08b1dce

Browse files
committedAug 9, 2016
[debugserver] Delete CFData.{h,cpp}, since they appear to be dead (NFCI)
Differential Revision: https://reviews.llvm.org/D23070 llvm-svn: 278142
1 parent 76964e3 commit 08b1dce

File tree

4 files changed

+0
-114
lines changed

4 files changed

+0
-114
lines changed
 

‎lldb/tools/debugserver/source/MacOSX/CFData.cpp

-74
This file was deleted.

‎lldb/tools/debugserver/source/MacOSX/CFData.h

-38
This file was deleted.

‎lldb/tools/debugserver/source/MacOSX/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ set(DEBUGSERVER_USED_LIBS
3737
add_lldb_executable(debugserver
3838
HasAVX.s
3939
CFBundle.cpp
40-
CFData.cpp
4140
CFString.cpp
4241
Genealogy.cpp
4342
MachException.cpp

‎lldb/tools/debugserver/source/MacOSX/MachProcess.mm

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
#include "PseudoTerminal.h"
4444

4545
#include "CFBundle.h"
46-
#include "CFData.h"
4746
#include "CFString.h"
4847

4948
#ifdef WITH_SPRINGBOARD

0 commit comments

Comments
 (0)