Skip to content

Commit b904f17

Browse files
committed
(C/C++) Removal of unused trsp code
1 parent b8aa244 commit b904f17

File tree

7 files changed

+2
-405
lines changed

7 files changed

+2
-405
lines changed

NEWS.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ milestone for 4.0.0
4343

4444
**code enhancements:**
4545

46-
* Simplify C/C++ code for all overloads of
47-
48-
* pgr_dijkstra
46+
* Removal of unused C/C++ code
4947

5048
**Removal of SQL deprecated functions**
5149

doc/src/release_notes.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ milestone for 4.0.0
7474

7575
.. rubric:: code enhancements:
7676

77-
* Simplify C/C++ code for all overloads of
78-
79-
* pgr_dijkstra
77+
* Removal of unused C/C++ code
8078

8179
.. rubric:: Removal of SQL deprecated functions
8280

include/c_common/trsp_pgget.h

Lines changed: 0 additions & 98 deletions
This file was deleted.

include/cpp_common/trsp_pgfetch.hpp

Lines changed: 0 additions & 78 deletions
This file was deleted.

src/cpp_common/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,4 @@ ADD_LIBRARY(cpp_common OBJECT
99
get_check_data.cpp
1010
pgdata_fetchers.cpp
1111
pgdata_getters.cpp
12-
13-
# for old trsp code
14-
trsp_pgfetch.cpp
15-
# linked as C, but compiled as C++
16-
trsp_pgget.cpp
1712
)

src/cpp_common/trsp_pgfetch.cpp

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)