[Lldb-commits] [lldb] 5831206 - [lldb][NFC] Remove outdated TODO in Log.h

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 24 17:58:19 PDT 2023


Author: Alex Langford
Date: 2023-03-24T17:53:54-07:00
New Revision: 583120642694f21dc5f7cfc59b22fa6e709258eb

URL: https://github.com/llvm/llvm-project/commit/583120642694f21dc5f7cfc59b22fa6e709258eb
DIFF: https://github.com/llvm/llvm-project/commit/583120642694f21dc5f7cfc59b22fa6e709258eb.diff

LOG: [lldb][NFC] Remove outdated TODO in Log.h

The code this TODO was referring to was removed in
c34698a811b137b705738b7f8d193bc896027fb8.

Added: 
    

Modified: 
    lldb/include/lldb/Utility/Log.h

Removed: 
    


################################################################################
diff  --git a/lldb/include/lldb/Utility/Log.h b/lldb/include/lldb/Utility/Log.h
index 596bec21b6f15..5d8530483594e 100644
--- a/lldb/include/lldb/Utility/Log.h
+++ b/lldb/include/lldb/Utility/Log.h
@@ -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.


        


More information about the lldb-commits mailing list