summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/asymptote/math.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/asymptote/math.asy')
-rw-r--r--Master/texmf-dist/asymptote/math.asy2
1 files changed, 0 insertions, 2 deletions
diff --git a/Master/texmf-dist/asymptote/math.asy b/Master/texmf-dist/asymptote/math.asy
index 46d663d3181..69863634210 100644
--- a/Master/texmf-dist/asymptote/math.asy
+++ b/Master/texmf-dist/asymptote/math.asy
@@ -185,7 +185,6 @@ int unique(real[] a, real x) {
if(i == -1 || x != a[i]) {
++i;
a.insert(i,x);
- return i;
}
return i;
}
@@ -195,7 +194,6 @@ int unique(string[] a, string x) {
if(i == -1 || x != a[i]) {
++i;
a.insert(i,x);
- return i;
}
return i;
}