Skip to content

Commit

Permalink
fixup! fixup! Removed unused variables and junk
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Moss committed Jan 11, 2024
1 parent 291bdc0 commit 93526c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aequilibrae/paths/bfs_le.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ cdef class RouteChoice:
long long [:] ids_graph_view
long long [:] conn_view
cdef void path_find(RouteChoice self, long origin_index, long dest_index, double [:] scratch_cost) noexcept nogil
# cdef unordered_map[unordered_set[long long] *, vector[long long] *] *generate_route_set(RouteChoice self, long origin_index, long dest_index, unsigned int max_routes, unsigned int max_depth, double [:] scratch_cost) noexcept nogil
cdef unordered_set[vector[long long] *] *generate_route_set(RouteChoice self, long origin_index, long dest_index, unsigned int max_routes, unsigned int max_depth, double [:] scratch_cost) noexcept nogil

0 comments on commit 93526c0

Please sign in to comment.