Skip to content

Commit

Permalink
(C/C++) Removal of unused trsp code
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Jan 27, 2025
1 parent b8aa244 commit 54dc6d8
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 405 deletions.
4 changes: 1 addition & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ milestone for 4.0.0

**code enhancements:**

* Simplify C/C++ code for all overloads of

* pgr_dijkstra
* Removal of unused C/C++ code

**Removal of SQL deprecated functions**

Expand Down
4 changes: 1 addition & 3 deletions doc/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ milestone for 4.0.0

.. rubric:: code enhancements:

* Simplify C/C++ code for all overloads of

* pgr_dijkstra
* Removal of unused C/C++ code

.. rubric:: Removal of SQL deprecated functions

Expand Down
98 changes: 0 additions & 98 deletions include/c_common/trsp_pgget.h

This file was deleted.

78 changes: 0 additions & 78 deletions include/cpp_common/trsp_pgfetch.hpp

This file was deleted.

5 changes: 0 additions & 5 deletions src/cpp_common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,4 @@ ADD_LIBRARY(cpp_common OBJECT
get_check_data.cpp
pgdata_fetchers.cpp
pgdata_getters.cpp

# for old trsp code
trsp_pgfetch.cpp
# linked as C, but compiled as C++
trsp_pgget.cpp
)
108 changes: 0 additions & 108 deletions src/cpp_common/trsp_pgfetch.cpp

This file was deleted.

Loading

0 comments on commit 54dc6d8

Please sign in to comment.