Skip to content

Commit

Permalink
Clean up: Remove experimental C++ benchmarking code
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Sep 23, 2024
1 parent 980be3c commit 9306de4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 284 deletions.
6 changes: 0 additions & 6 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
cmake_minimum_required(VERSION 3.16)

option(BRAD_BUILD_EXPERIMENTAL OFF "Set to build the experimental code.")

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
Expand All @@ -18,10 +16,6 @@ find_package(Boost REQUIRED)

add_subdirectory(third_party)

if(BRAD_BUILD_EXPERIMENTAL)
add_subdirectory(experimental)
endif()

add_library(sqlite_server_lib OBJECT
sqlite_server/sqlite_server.cc
sqlite_server/sqlite_sql_info.cc
Expand Down
2 changes: 0 additions & 2 deletions cpp/experimental/CMakeLists.txt

This file was deleted.

276 changes: 0 additions & 276 deletions cpp/experimental/proxy_socket.cc

This file was deleted.

0 comments on commit 9306de4

Please sign in to comment.