mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-05 07:32:36 +00:00
[Target] Remove unused method Target::GetDefaultClangModuleSearchPaths
llvm-svn: 366161
This commit is contained in:
parent
01ee172e9e
commit
0d12127318
@ -491,8 +491,6 @@ public:
|
||||
|
||||
static FileSpecList GetDefaultDebugFileSearchPaths();
|
||||
|
||||
static FileSpecList GetDefaultClangModuleSearchPaths();
|
||||
|
||||
static ArchSpec GetDefaultArchitecture();
|
||||
|
||||
static void SetDefaultArchitecture(const ArchSpec &arch);
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user