Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ccfelius committed Nov 6, 2024
1 parent 66385bd commit 000420a
Show file tree
Hide file tree
Showing 8 changed files with 208 additions and 193 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ set(EXTENSION_SOURCES src/simple_encryption_extension.cpp
src/simple_encryption_state.cpp
src/core/module.cpp
src/core/functions/scalar/encrypt.cpp
src/core/functions/scalar/decrypt.cpp
src/core/functions/function_data/encrypt_function_data.cpp
src/core/functions/table/encrypt_table.cpp
src/core/utils/simple_encryption_utils.cpp
Expand Down
1 change: 0 additions & 1 deletion src/core/functions/scalar/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
set(EXTENSION_SOURCES
${EXTENSION_SOURCES}
${CMAKE_CURRENT_SOURCE_DIR}/encrypt.cpp
${CMAKE_CURRENT_SOURCE_DIR}/decrypt.cpp
PARENT_SCOPE
)
155 changes: 0 additions & 155 deletions src/core/functions/scalar/decrypt.cpp

This file was deleted.

Loading

0 comments on commit 000420a

Please sign in to comment.