Skip to content

Commit

Permalink
enable tests, remove unused private field
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbr committed Mar 22, 2024
1 parent 00c6f5c commit 11e20ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ endif()

add_subdirectory(src)

# tests
add_test("utilTest" utilTest)

# install target
install(
FILES build/spatialjoin DESTINATION bin
Expand Down
1 change: 0 additions & 1 deletion src/spatialjoin/Sweeper.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ class Sweeper {
size_t _curSweepId = 0;
int _file;
unsigned char* _outBuffer;
unsigned char* _outBufferPairs;
size_t _obufpos;
size_t _numThrds;

Expand Down

0 comments on commit 11e20ba

Please sign in to comment.