Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Jun 17, 2021
1 parent 2630f04 commit cbe1336
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions arrow-pyarrow-integration-testing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,6 @@ fn array_to_py(array: ArrayRef, py: Python) -> PyResult<PyObject> {
Ok(array.to_object(py))
}

/// Casts `array` to the target type
//#[pyfunction]

/// Returns `array + array` of an int64 array.
#[pyfunction]
fn double(array: PyObject, py: Python) -> PyResult<PyObject> {
Expand Down
2 changes: 0 additions & 2 deletions arrow/src/datatypes/ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
// specific language governing permissions and limitations
// under the License.

//! Contains functionality to load an ArrayData from the C Data Interface

use std::convert::TryFrom;

use crate::{
Expand Down

0 comments on commit cbe1336

Please sign in to comment.