summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Target.cpp
diff options
context:
space:
mode:
authorAlex Langford <apl@fb.com>2019-07-16 01:02:32 +0000
committerAlex Langford <apl@fb.com>2019-07-16 01:02:32 +0000
commit0d121273181f89b5296b02084fbb967d159b2c69 (patch)
tree779c7428c62a1dfe91ac8876c0a5d48350d65c6d /lldb/source/Target/Target.cpp
parent01ee172e9e4a32a326105b6817bb801a07f44bfa (diff)
downloadbcm5719-llvm-0d121273181f89b5296b02084fbb967d159b2c69.tar.gz
bcm5719-llvm-0d121273181f89b5296b02084fbb967d159b2c69.zip
[Target] Remove unused method Target::GetDefaultClangModuleSearchPaths
llvm-svn: 366161
Diffstat (limited to 'lldb/source/Target/Target.cpp')
-rw-r--r--lldb/source/Target/Target.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/source/Target/Target.cpp b/lldb/source/Target/Target.cpp
index ac15749663f..4941cb585c5 100644
--- a/lldb/source/Target/Target.cpp
+++ b/lldb/source/Target/Target.cpp
@@ -2330,13 +2330,6 @@ FileSpecList Target::GetDefaultDebugFileSearchPaths() {
return FileSpecList();
}
-FileSpecList Target::GetDefaultClangModuleSearchPaths() {
- TargetPropertiesSP properties_sp(Target::GetGlobalProperties());
- if (properties_sp)
- return properties_sp->GetClangModuleSearchPaths();
- return FileSpecList();
-}
-
ArchSpec Target::GetDefaultArchitecture() {
TargetPropertiesSP properties_sp(Target::GetGlobalProperties());
if (properties_sp)
OpenPOWER on IntegriCloud