[lldb][NFC] Remove outdated TODO in Log.h
authorAlex Langford <alangford@apple.com>
Sat, 25 Mar 2023 00:53:52 +0000 (17:53 -0700)
committerAlex Langford <alangford@apple.com>
Sat, 25 Mar 2023 00:53:54 +0000 (17:53 -0700)
The code this TODO was referring to was removed in
c34698a811b137b705738b7f8d193bc896027fb8.

lldb/include/lldb/Utility/Log.h

index 596bec2..5d85304 100644 (file)
@@ -369,5 +369,3 @@ template <typename Cat> Log *GetLog(Cat mask) {
   } while (0)
 
 #endif // LLDB_UTILITY_LOG_H
-
-// TODO: Remove this and fix includes everywhere.