Skip to content

Commit

Permalink
Remove FieldProxy type alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingurney committed Aug 30, 2023
1 parent ad38c84 commit eff261b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion matlab/src/cpp/arrow/matlab/tabular/proxy/record_batch.cc
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ namespace arrow::matlab::tabular::proxy {
void RecordBatch::getColumnByName(libmexclass::proxy::method::Context& context) {
namespace mda = ::matlab::data;
using namespace libmexclass::proxy;
using FieldProxy = arrow::matlab::type::proxy::Field;
mda::ArrayFactory factory;

mda::StructArray args = context.inputs[0];
Expand Down

0 comments on commit eff261b

Please sign in to comment.