Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Jul 7, 2023
1 parent 7cb788c commit 75d3677
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion matlab/src/cpp/arrow/matlab/type/proxy/type.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
namespace arrow::matlab::type::proxy {

Type::Type(std::shared_ptr<arrow::DataType> type) : data_type{type} {
// Register Proxy methods.
REGISTER_METHOD(Type, typeID);
REGISTER_METHOD(Type, numFields);

Expand Down

0 comments on commit 75d3677

Please sign in to comment.