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"


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to