Skip to content

Commit e689090

Browse files
committed
[Matlab] remove comment line
1 parent 4a97a8c commit e689090

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

+nix/Utils.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,6 @@
165165

166166
nix.Utils.validFilter(filter, val);
167167

168-
% transform matlab to c++ style index
169-
%md = nix.Utils.handleIndex(maxDepth);
170-
171168
mxMethod = strcat(obj.alias, '::', mxMethodName);
172169
list = nix_mx(mxMethod, obj.nixhandle, maxDepth, uint8(filter), val);
173170
r = nix.Utils.createEntityArray(list, objConstructor);

0 commit comments

Comments
 (0)