Skip to content

Commit dae3994

Browse files
Removed comment
1 parent 8c0178b commit dae3994

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lldb/source/Host/posix/HostInfoPosix.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,6 @@ FileSpec HostInfoPosix::GetDefaultShell() {
178178
return FileSpec("/bin/sh");
179179
}
180180

181-
// Keeping the original one for reference
182-
// bool HostInfoPosix::ComputeSupportExeDirectory(FileSpec &file_spec) {
183-
// return ComputePathRelativeToLibrary(file_spec, "/bin");
184-
// }
185-
186181
bool HostInfoPosix::ComputeSupportExeDirectory(FileSpec &file_spec) {
187182
if (ComputePathRelativeToLibrary(file_spec, "/bin") &&
188183
file_spec.IsAbsolute() && FileSystem::Instance().Exists(file_spec))

0 commit comments

Comments
 (0)