Skip to content

Commit a56cfe7

Browse files
authored
Remove previously deprecated SQLite functionality (#357)
1 parent 79f2aac commit a56cfe7

File tree

8 files changed

+0
-600
lines changed

8 files changed

+0
-600
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ option(BUILD_SHARED_LIBS "Build shared libraries by default" YES)
2828
find_package(dispatch QUIET)
2929
find_package(Foundation QUIET)
3030
find_package(Threads QUIET)
31-
find_package(SQLite3 REQUIRED)
3231
find_package(SwiftSystem CONFIG REQUIRED)
3332

3433
add_subdirectory(Sources)

Sources/TSCUtility/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,11 @@ add_library(TSCUtility
2626
misc.swift
2727
Netrc.swift
2828
OSLog.swift
29-
PersistenceCache.swift
3029
PkgConfig.swift
3130
Platform.swift
3231
PolymorphicCodable.swift
3332
ProgressAnimation.swift
3433
SerializedDiagnostics.swift
35-
SQLite.swift
3634
SimplePersistence.swift
3735
StringExtensions.swift
3836
StringMangling.swift
@@ -55,8 +53,6 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
5553
if(CMAKE_SYSTEM_NAME STREQUAL OpenBSD)
5654
target_link_directories(TSCUtility PRIVATE /usr/local/lib)
5755
endif()
58-
target_link_libraries(TSCUtility PRIVATE
59-
SQLite::SQLite3)
6056
if(Foundation_FOUND)
6157
target_link_libraries(TSCUtility PUBLIC
6258
FoundationNetworking)

Sources/TSCUtility/PersistenceCache.swift

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

0 commit comments

Comments
 (0)