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 { _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits