Skip to content

Commit

Permalink
Remove unused visitor
Browse files Browse the repository at this point in the history
  • Loading branch information
cphyc committed Feb 12, 2020
1 parent 27b731e commit f5c2464
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions yt/geometry/oct_visitors.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,6 @@ cdef class NeighbourCellIndexVisitor(BaseNeighbourVisitor):
cdef np.uint8_t[:] cell_inds
cdef np.int64_t[:] domain_inds

cdef class FillFileIndicesRNeighbour(BaseNeighbourVisitor):
cdef np.uint8_t[:] shifted_levels
cdef np.int64_t[:] shifted_file_inds
cdef np.uint8_t[:] shifted_cell_inds
cdef np.int32_t[:] neigh_domain

cdef class NeighbourCellVisitor(BaseNeighbourVisitor):
cdef np.uint8_t[:] levels
cdef np.int64_t[:] file_inds
Expand Down

0 comments on commit f5c2464

Please sign in to comment.