[lldb] Remove two #ifndef linux from Platform.cpp
authorPavel Labath <pavel@labath.sk>
Fri, 17 Sep 2021 11:16:26 +0000 (13:16 +0200)
committerPavel Labath <pavel@labath.sk>
Mon, 20 Sep 2021 06:30:02 +0000 (08:30 +0200)
commit966922320f09b8bf6e4a69a32f344b3acec36434
tree3cb1c1252fab011b37598603a17be045b0333321
parentf5b8f1247cd9d1b18b7b95f6f197d4d654597529
[lldb] Remove two #ifndef linux from Platform.cpp

These have been here since r215992, guarding the calls to HostInfo, but
their purpose unclear -- HostInfoLinux provides these functions and they
work fine.
lldb/source/Target/Platform.cpp