[Lldb-commits] [lldb] cf818b5 - [lldb][NFC] Remove unnecessary include in cpp/const_this test

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 5 05:39:46 PDT 2021


Author: Raphael Isemann
Date: 2021-10-05T14:39:10+02:00
New Revision: cf818b55e79ee637c72f1f94a183eec26b4fa3b9

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

LOG: [lldb][NFC] Remove unnecessary include in cpp/const_this test

Added: 
    

Modified: 
    lldb/test/API/lang/cpp/const_this/main.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/lang/cpp/const_this/main.cpp b/lldb/test/API/lang/cpp/const_this/main.cpp
index 8520077528613..2db14e649918d 100644
--- a/lldb/test/API/lang/cpp/const_this/main.cpp
+++ b/lldb/test/API/lang/cpp/const_this/main.cpp
@@ -1,5 +1,3 @@
-#include <stdio.h>
-
 class foo {
 public:
   template <class T> T func(T x) const {


        


More information about the lldb-commits mailing list