Skip to content

Commit

Permalink
submodule: Remove boost_redis submodule
Browse files Browse the repository at this point in the history
This is no longer needed as Boost 1.85 contains Boost.Redis.

Signed-off-by: Adam Emerson <[email protected]>
  • Loading branch information
adamemerson committed May 23, 2024
1 parent 3d36ac2 commit 862246c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,3 @@
[submodule "src/qatzip"]
path = src/qatzip
url = https://github.com/intel/qatzip.git
[submodule "src/boost_redis"]
path = src/boost_redis
url = https://github.com/boostorg/redis.git
1 change: 0 additions & 1 deletion src/boost_redis
Submodule boost_redis deleted from 787921
4 changes: 0 additions & 4 deletions src/rgw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,6 @@ target_include_directories(rgw_common
PUBLIC "${CMAKE_SOURCE_DIR}/src/rgw"
PUBLIC "${LUA_INCLUDE_DIR}")

if(WITH_RADOSGW_D4N)
target_include_directories(rgw_common SYSTEM PUBLIC "${CMAKE_SOURCE_DIR}/src/boost_redis/include")
endif()

if(WITH_RADOSGW_KAFKA_ENDPOINT)
# used by rgw_kafka.cc
target_link_libraries(rgw_common
Expand Down

0 comments on commit 862246c

Please sign in to comment.