From 2c885eee21a18e2f4ca078fe742eac7aeb1203cd Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Wed, 20 Nov 2024 10:46:47 +0100 Subject: [PATCH] chore: rm unused windows import (#12697) --- crates/storage/nippy-jar/src/lib.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/crates/storage/nippy-jar/src/lib.rs b/crates/storage/nippy-jar/src/lib.rs index b1d174feb2..98eddf22ee 100644 --- a/crates/storage/nippy-jar/src/lib.rs +++ b/crates/storage/nippy-jar/src/lib.rs @@ -20,11 +20,6 @@ use std::{ ops::Range, path::{Path, PathBuf}, }; - -// Windows specific extension for std::fs -#[cfg(windows)] -use std::os::windows::prelude::OpenOptionsExt; - use tracing::*; /// Compression algorithms supported by `NippyJar`.