Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove sentinels as they race with multi threading #217

Merged
merged 12 commits into from
Mar 29, 2019
2 changes: 1 addition & 1 deletion src/engine/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
add_library(engine
Engine.h Engine.cpp
Engine.h
IndexSequence.h
QueryExecutionTree.h QueryExecutionTree.cpp
Operation.h
Expand Down
68 changes: 0 additions & 68 deletions src/engine/Engine.cpp

This file was deleted.