Skip to content

Commit 22b68f7

Browse files
committed
remove unused code
1 parent ba467f5 commit 22b68f7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

include/trsp/trspHandler.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,9 @@ class TrspHandler : public pgrouting::Pgr_messages {
172172
/* idx -> id */
173173
std::map<int64_t, int64_t> m_idx_to_id;
174174

175-
int64_t m_start_vertex{}; // NOSONAR
176-
int64_t m_end_vertex{}; // NOSONAR
177-
178175
/*
179176
* Used in dijkstra_exploration
180177
*/
181-
int64_t m_current_node{}; // NOSONAR
182178

183179
Path m_path;
184180

0 commit comments

Comments
 (0)