Skip to content

Commit 49e8752

Browse files
Remove unused code. (#4689)
This PR removes some unused code, specifically: * A patch file that should have been removed in #4553. * The `EncryptionKeyValidation` class that is unused since #1197. * Setting CMake policies to NEW that are already set by `cmake_minimum_required(VERSION 3.21)` --- TYPE: NO_HISTORY
1 parent 00edc26 commit 49e8752

File tree

5 files changed

+0
-248
lines changed

5 files changed

+0
-248
lines changed

cmake/common.cmake

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,3 @@ endif()
9191
include_directories(${CMAKE_SOURCE_DIR})
9292
cmake_path(SET TILEDB_SOURCE_ROOT NORMALIZE ${CMAKE_SOURCE_DIR})
9393
cmake_path(APPEND TILEDB_SOURCE_ROOT "external/include" OUTPUT_VARIABLE TILEDB_EXTERNAL_INCLUDE)
94-
95-
#
96-
# Policies
97-
#
98-
if (POLICY CMP0076)
99-
# CMP0076 NEW instructs `target_sources` to convert relative paths to absolute ones.
100-
# At present this is only used for unit-test executables, not for the main
101-
# library at the top level.
102-
cmake_policy(SET CMP0076 NEW)
103-
endif()

ports/aws-sdk-cpp/fix-awsmigrationhub-build.patch

Lines changed: 0 additions & 10 deletions
This file was deleted.

tiledb/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@
2626
# THE SOFTWARE.
2727
#
2828

29-
############################################################
30-
# CMake policies
31-
############################################################
32-
33-
# C++ library, allow the VISIBLITY_PRESET for each c++ target to work
34-
cmake_policy(SET CMP0063 NEW)
35-
3629
############################################################
3730
# Find packages needed for object libraries
3831
############################################################
@@ -184,7 +177,6 @@ set(TILEDB_CORE_SOURCES
184177
${TILEDB_CORE_INCLUDE_DIR}/tiledb/sm/consolidator/group_meta_consolidator.cc
185178
${TILEDB_CORE_INCLUDE_DIR}/tiledb/sm/crypto/crypto.cc
186179
${TILEDB_CORE_INCLUDE_DIR}/tiledb/sm/crypto/encryption_key.cc
187-
${TILEDB_CORE_INCLUDE_DIR}/tiledb/sm/crypto/encryption_key_validation.cc
188180
${TILEDB_CORE_INCLUDE_DIR}/tiledb/sm/crypto/crypto_openssl.cc
189181
${TILEDB_CORE_INCLUDE_DIR}/tiledb/sm/crypto/crypto_win32.cc
190182
${TILEDB_CORE_INCLUDE_DIR}/tiledb/sm/curl/curl_init.cc

tiledb/sm/crypto/encryption_key_validation.cc

Lines changed: 0 additions & 128 deletions
This file was deleted.

tiledb/sm/crypto/encryption_key_validation.h

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)