Skip to content

Commit 7e1c95c

Browse files
committed
remove unused code as codacy static code analysis check failed
1 parent 4a5b811 commit 7e1c95c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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{};
176-
int64_t m_end_vertex{};
177-
178175
/*
179176
* Used in dijkstra_exploration
180177
*/
181-
int64_t m_current_node{};
182178

183179
Path m_path;
184180

0 commit comments

Comments
 (0)