Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ray6080 committed Dec 13, 2022
1 parent 190efb1 commit f7e07bc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 13 deletions.
10 changes: 0 additions & 10 deletions examples/CMakeLists.txt

This file was deleted.

1 change: 1 addition & 0 deletions src/include/main/connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ class Connection {
string getNodePropertyNames(const string& tableName);
string getRelPropertyNames(const string& relTableName);

protected:
inline ConnectionTransactionMode getTransactionMode() {
lock_t lck{mtx};
return transactionMode;
Expand Down
2 changes: 0 additions & 2 deletions src/processor/operator/cross_product.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include "processor/operator/cross_product.h"

#include <iostream>

namespace kuzu {
namespace processor {

Expand Down
1 change: 0 additions & 1 deletion src/processor/operator/filtering_operator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ void FilteringOperator::restoreSelVector(shared_ptr<SelectionVector>& selVector)
}

void FilteringOperator::saveSelVector(shared_ptr<SelectionVector>& selVector) {
// Save prevSelVector if necessary.
if (prevSelVector == nullptr) {
prevSelVector = selVector;
}
Expand Down

0 comments on commit f7e07bc

Please sign in to comment.