Skip to content

Commit f6ca7f3

Browse files
committed
Remove references to randomSpanningTree
1 parent f28c168 commit f6ca7f3

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

doc/spanningTree/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# License: GPL-2 See https://github.com/pgRouting/pgrouting/blob/main/LICENSE
44

55
set(LOCAL_FILES
6-
#pgr_randomSpanTree.rst
76
kruskal-family.rst
87
prim-family.rst
98
pgr_kruskal.rst
@@ -15,12 +14,11 @@ set(LOCAL_FILES
1514
pgr_primDD.rst
1615
pgr_primDFS.rst
1716
pgr_primBFS.rst
18-
)
17+
)
1918

2019
foreach (f ${LOCAL_FILES})
2120
configure_file(${f} "${PGR_DOCUMENTATION_SOURCE_DIR}/${f}")
2221
list(APPEND LOCAL_DOC_FILES ${PGR_DOCUMENTATION_SOURCE_DIR}/${f})
2322
endforeach()
2423

2524
set(PROJECT_DOC_FILES ${PROJECT_DOC_FILES} ${LOCAL_DOC_FILES} PARENT_SCOPE)
26-

sql/spanningTree/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
set(LOCAL_FILES
66
_prim.sql
77
_kruskal.sql
8-
#_randomSpanTree.sql
98

109
prim.sql
1110
primDFS.sql
@@ -16,10 +15,7 @@ set(LOCAL_FILES
1615
kruskalDFS.sql
1716
kruskalBFS.sql
1817
kruskalDD.sql
19-
#randomSpanTree.sql
20-
)
21-
22-
# Do not modify below this line
18+
)
2319

2420
foreach (f ${LOCAL_FILES})
2521
configure_file(${f} ${f})

src/spanningTree/CMakeLists.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# This file is part of the pgRouting project.
22
# Copyright (c) 2018-2026 pgRouting developers
33
# License: GPL-2 See https://github.com/pgRouting/pgrouting/blob/main/LICENSE
4+
45
ADD_LIBRARY(spanningTree OBJECT
56
mst_common.cpp
67
details.cpp
@@ -10,7 +11,4 @@ ADD_LIBRARY(spanningTree OBJECT
1011

1112
prim.c
1213
prim_driver.cpp
13-
14-
#randomSpanningTree.c
15-
#randomSpanningTree_driver.cpp
16-
)
14+
)

0 commit comments

Comments
 (0)