Skip to content

Commit

Permalink
Remove empty source file (apache#5119)
Browse files Browse the repository at this point in the history
* Remove useless file

* Fix
  • Loading branch information
viirya committed Nov 23, 2023
1 parent 200e8c8 commit e1bafdf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
16 changes: 0 additions & 16 deletions arrow/src/datatypes/ffi.rs

This file was deleted.

5 changes: 0 additions & 5 deletions arrow/src/datatypes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,3 @@ pub use arrow_schema::{
DataType, Field, FieldRef, Fields, IntervalUnit, Schema, SchemaBuilder, SchemaRef, TimeUnit,
UnionFields, UnionMode,
};

#[cfg(feature = "ffi")]
mod ffi;
#[cfg(feature = "ffi")]
pub use ffi::*;

0 comments on commit e1bafdf

Please sign in to comment.