Skip to content

Commit 9f177e1

Browse files
wifi:)wifi:)
authored andcommitted
Solve warning
1 parent 3e219e7 commit 9f177e1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

include/ordering/kingOrdering.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ namespace pgrouting {
5252
template <class G>
5353
std::vector<int64_t>
5454
kingOrdering(G &graph) {
55-
using B_G = typename G::B_G;
5655
using V = typename G::V;
5756

5857
size_t n = boost::num_vertices(graph.graph);

include/ordering/minDegreeOrdering.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ namespace pgrouting {
5252
template <class G>
5353
std::vector<int64_t>
5454
minDegreeOrdering(G &graph) {
55-
using B_G = typename G::B_G;
5655
using V = typename G::V;
5756

5857
size_t n = boost::num_vertices(graph.graph);

0 commit comments

Comments
 (0)