Skip to content

Commit fc64580

Browse files
committed
aliasRangeDim: fix merge error
1 parent d3cfc6d commit fc64580

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

+nix/DataArray.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@
6363
function dim = append_alias_range_dimension(obj)
6464
func_name = strcat(obj.alias, '::append_alias_range_dimension');
6565
dim = nix.RangeDimension(nix_mx(func_name, obj.nix_handle));
66-
%-- TODO purge once merged into removeCache branch.
67-
obj.dimsCache.lastUpdate = 0;
6866
end
6967

7068
function delCheck = delete_dimension(obj, index)

0 commit comments

Comments
 (0)