Skip to content

Commit

Permalink
Remove parquet memory.rs module
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefffrey committed Nov 7, 2023
1 parent 901857e commit 50ff5f1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 154 deletions.
4 changes: 0 additions & 4 deletions parquet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ pub mod data_type;
#[doc(hidden)]
pub use self::encodings::{decoding, encoding};

#[cfg(feature = "experimental")]
#[doc(hidden)]
pub use self::util::memory;

experimental!(#[macro_use] mod util);
#[cfg(feature = "arrow")]
pub mod arrow;
Expand Down
149 changes: 0 additions & 149 deletions parquet/src/util/memory.rs

This file was deleted.

1 change: 0 additions & 1 deletion parquet/src/util/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// specific language governing permissions and limitations
// under the License.

pub mod memory;
#[macro_use]
pub mod bit_util;
mod bit_pack;
Expand Down

0 comments on commit 50ff5f1

Please sign in to comment.