Skip to content

Commit

Permalink
Decruft
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Mar 25, 2016
1 parent b8d5ebf commit de40464
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cpp/src/arrow/types/primitive.cc
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@ Status PrimitiveBuilder<T>::Reserve(int32_t elements) {
return Status::OK();
}

// template <typename T>
// std::shared_ptr<Array> NumericBuilder<T>::Finish() {
// return PrimitiveBuilder<T>::Finish();
// }

template <typename T>
Status PrimitiveBuilder<T>::Append(const value_type* values, int32_t length,
const uint8_t* valid_bytes) {
Expand Down

0 comments on commit de40464

Please sign in to comment.