Skip to content

Commit

Permalink
Clean up some unused code in the C API (and beyond) (#2339)
Browse files Browse the repository at this point in the history
Cleaning up some unused code in the C API, and some old visitor methods that are no longer used once this code is gone.

Authors:
  - Chuck Hastings (https://github.com/ChuckHastings)

Approvers:
  - Seunghwa Kang (https://github.com/seunghwak)

URL: #2339
  • Loading branch information
ChuckHastings authored Jun 6, 2022
1 parent d9d3230 commit a1c9141
Show file tree
Hide file tree
Showing 23 changed files with 14 additions and 2,557 deletions.
6 changes: 0 additions & 6 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,6 @@ add_library(cugraph
src/structure/create_graph_from_edgelist_mg.cu
src/structure/symmetrize_edgelist_sg.cu
src/structure/symmetrize_edgelist_mg.cu
src/visitors/graph_envelope.cpp
src/visitors/visitors_factory.cpp
src/visitors/bfs_visitor.cpp
src/visitors/rw_visitor.cpp
src/visitors/graph_make_visitor.cpp
src/community/triangle_count_sg.cu
src/community/triangle_count_mg.cu
)
Expand Down Expand Up @@ -360,7 +355,6 @@ endif()
# - C-API library --------------------------------------------------------------

add_library(cugraph_c
src/c_api/cugraph_api.cpp
src/c_api/resource_handle.cpp
src/c_api/array.cpp
src/c_api/error.cpp
Expand Down
88 changes: 0 additions & 88 deletions cpp/include/cugraph/visitors/bfs_visitor.hpp

This file was deleted.

253 changes: 0 additions & 253 deletions cpp/include/cugraph/visitors/cascaded_dispatch.hpp

This file was deleted.

Loading

0 comments on commit a1c9141

Please sign in to comment.