Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(C/C++) Removal of unused trsp code #2737

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading