[Lldb-commits] [lldb] 7edeeab - [lldb][NetBSD] Remove unused include in FileSystemPosix.cpp (#121920)

via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 7 06:07:47 PST 2025


Author: David Spickett
Date: 2025-01-07T14:07:38Z
New Revision: 7edeeab5e0023dabd6003d6f113575a5b5b6c83b

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

LOG: [lldb][NetBSD] Remove unused include in FileSystemPosix.cpp (#121920)

Added: 
    

Modified: 
    lldb/source/Host/posix/FileSystemPosix.cpp

Removed: 
    


################################################################################
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"


        


More information about the lldb-commits mailing list