Skip to content
Snippets Groups Projects
Commit 1ed0ad04 authored by Mick Jordan's avatar Mick Jordan
Browse files

remove incorrect assertion

parent df98fdf1
Branches
No related tags found
No related merge requests found
......@@ -148,7 +148,6 @@ public final class RStringVector extends RVector implements RAbstractStringVecto
}
private String[] createResizedData(int size, String fill) {
assert !this.isShared();
return copyResizedData(size, fill);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment