[lldb][NFC] Remove an outdated comment in HostInfoBase
authorRaphael Isemann <teemperor@gmail.com>
Tue, 22 Jun 2021 14:45:48 +0000 (16:45 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 22 Jun 2021 14:48:17 +0000 (16:48 +0200)
commit48e2d3a5c23f7a11972c30f92d48d85a6a6bf1bd
tree1e4e7133431ab3678dc60faa04c28151d8a4740a
parentb2f48cc9142012aeac16b8a28070f630e6711d5d
[lldb][NFC] Remove an outdated comment in HostInfoBase

We should *never* use static local variables in this file as this makes
unittesting the plugin code impossible (and this whole 'testing' thing has
turned out to be rather useful so far).
lldb/source/Host/common/HostInfoBase.cpp