We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0178b commit dae3994Copy full SHA for dae3994
lldb/source/Host/posix/HostInfoPosix.cpp
@@ -178,11 +178,6 @@ FileSpec HostInfoPosix::GetDefaultShell() {
178
return FileSpec("/bin/sh");
179
}
180
181
-// Keeping the original one for reference
182
-// bool HostInfoPosix::ComputeSupportExeDirectory(FileSpec &file_spec) {
183
-// return ComputePathRelativeToLibrary(file_spec, "/bin");
184
-// }
185
-
186
bool HostInfoPosix::ComputeSupportExeDirectory(FileSpec &file_spec) {
187
if (ComputePathRelativeToLibrary(file_spec, "/bin") &&
188
file_spec.IsAbsolute() && FileSystem::Instance().Exists(file_spec))
0 commit comments