Skip to content

Commit

Permalink
HAAAAANDS
Browse files Browse the repository at this point in the history
  • Loading branch information
willdealtry committed May 22, 2024
1 parent 490d60c commit 9d9ec12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions cpp/arcticdb/version/symbol_list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ T scalar_at(const SegmentInMemory& seg, position_t row, position_t col){
return scalar.value();
}


StreamId stream_id_from_segment(
DataType data_type,
const SegmentInMemory& seg,
Expand Down Expand Up @@ -311,7 +310,6 @@ bool contains_unknown_reference_ids(const std::vector<SymbolEntryData>& updated)
});
}


SymbolVectorResult cannot_validate_symbol_vector() {
return {ProblematicResult{true}};
}
Expand Down
4 changes: 0 additions & 4 deletions cpp/arcticdb/version/symbol_list.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@
#include <arcticdb/async/base_task.hpp>
#include <arcticdb/version/version_map.hpp>



#include <folly/futures/Future.h>

#include <set>



namespace arcticdb {

struct LoadResult;
Expand Down

0 comments on commit 9d9ec12

Please sign in to comment.