Skip to content

Commit 79a6459

Browse files
committed
spawn: remove spawn submodule
Signed-off-by: Casey Bodley <[email protected]>
1 parent 9dd892e commit 79a6459

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@
5050
[submodule "src/c-ares"]
5151
path = src/c-ares
5252
url = https://github.com/ceph/c-ares.git
53-
[submodule "src/spawn"]
54-
path = src/spawn
55-
url = https://github.com/ceph/spawn.git
5653
[submodule "src/pybind/mgr/rook/rook-client-python"]
5754
path = src/pybind/mgr/rook/rook-client-python
5855
url = https://github.com/ceph/rook-client-python.git

src/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -891,10 +891,6 @@ if(WITH_RBD)
891891
add_subdirectory(rbd_replay)
892892
endif(WITH_RBD)
893893

894-
set(SPAWN_BUILD_TESTS OFF CACHE INTERNAL "disable building of spawn unit tests")
895-
set(SPAWN_INSTALL OFF CACHE INTERNAL "disable installation of spawn headers")
896-
add_subdirectory(spawn)
897-
898894
# RadosGW
899895
if(WITH_KVS)
900896
add_subdirectory(key_value_store)

src/spawn

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)