Skip to content

Commit

Permalink
remove bad comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nw0 committed Dec 28, 2020
1 parent 717050a commit f26a1ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ffi/floatobject.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
use crate::ffi::object::*;
use std::os::raw::{c_double, c_int};

// #[cfg(all(not(PyPy), Py_LIMITED_API))]
#[cfg(Py_LIMITED_API)]
// TODO: remove (see https://github.com/PyO3/pyo3/pull/1341#issuecomment-751515985)
opaque_struct!(PyFloatObject);

// #[cfg(any(PyPy, not(Py_LIMITED_API)))]
#[cfg(not(Py_LIMITED_API))]
#[repr(C)]
pub struct PyFloatObject {
Expand Down

0 comments on commit f26a1ea

Please sign in to comment.