summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/asymptote/math.asy
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-04-21 23:02:35 +0000
committerKarl Berry <karl@freefriends.org>2014-04-21 23:02:35 +0000
commitfab654a7fafba60c3d1e32040ad16d19b5dfd550 (patch)
tree699549d43c84af6b176173d794f17c7cc7164bc6 /Master/texmf-dist/asymptote/math.asy
parentea58320b10f549a61236be100fc97925aea6b489 (diff)
asymptote 2.25 for TL14
git-svn-id: svn://tug.org/texlive/trunk@33606 c570f23f-e606-0410-a88d-b1316a301751
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;
}