Skip to content

Commit

Permalink
Some legacy BFS cleanup (#2347)
Browse files Browse the repository at this point in the history
Legacy BFS is still used by Betweenness Centrality.  However, it's no longer called from python.

Remove the `call_bfs` functions from cython.cu, and remove a few legacy SSSP files that were missed by an earlier PR. 

Also removed `call_hits`, which is not currently used either.

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

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

URL: #2347
  • Loading branch information
ChuckHastings committed Jun 21, 2022
1 parent cf230f4 commit 808ffa6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1,162 deletions.
306 changes: 0 additions & 306 deletions cpp/src/traversal/legacy/sssp.cu

This file was deleted.

85 changes: 0 additions & 85 deletions cpp/src/traversal/legacy/sssp.cuh

This file was deleted.

0 comments on commit 808ffa6

Please sign in to comment.