[Lldb-commits] [lldb] [lldb][NetBSD] Remove unused include in FileSystemPosix.cpp (PR #121920)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 7 03:47:32 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: David Spickett (DavidSpickett)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/121920.diff
1 Files Affected:
- (modified) lldb/source/Host/posix/FileSystemPosix.cpp (-3)
``````````diff
diff --git a/lldb/source/Host/posix/FileSystemPosix.cpp b/lldb/source/Host/posix/FileSystemPosix.cpp
index d2e5b52917ac26..4c326a29812f77 100644
--- a/lldb/source/Host/posix/FileSystemPosix.cpp
+++ b/lldb/source/Host/posix/FileSystemPosix.cpp
@@ -11,9 +11,6 @@
// C includes
#include <fcntl.h>
#include <unistd.h>
-#if defined(__NetBSD__)
-#include <sys/statvfs.h>
-#endif
// lldb Includes
#include "lldb/Host/Host.h"
``````````
</details>
https://github.com/llvm/llvm-project/pull/121920
More information about the lldb-commits
mailing list