Skip to content

Commit

Permalink
delete unused function.
Browse files Browse the repository at this point in the history
  • Loading branch information
smehringer committed Aug 19, 2024
1 parent 048ae2b commit 5b909d9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 76 deletions.
23 changes: 0 additions & 23 deletions include/chopper/sketch/read_hll_files_into.hpp

This file was deleted.

2 changes: 1 addition & 1 deletion src/sketch/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required (VERSION 3.18)

if (NOT TARGET chopper_sketch)
add_library (chopper_sketch STATIC check_filenames.cpp output.cpp read_data_file.cpp read_hll_files_into.cpp)
add_library (chopper_sketch STATIC check_filenames.cpp output.cpp read_data_file.cpp)

target_link_libraries (chopper_sketch PUBLIC chopper_shared)
endif ()
52 changes: 0 additions & 52 deletions src/sketch/read_hll_files_into.cpp

This file was deleted.

0 comments on commit 5b909d9

Please sign in to comment.