summaryrefslogtreecommitdiff
path: root/src/runtime/fscan.r
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/fscan.r')
-rw-r--r--src/runtime/fscan.r4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/runtime/fscan.r b/src/runtime/fscan.r
index 8cba731..9e974d8 100644
--- a/src/runtime/fscan.r
+++ b/src/runtime/fscan.r
@@ -34,7 +34,6 @@ function{0,1+} move(i)
* Set new &pos.
*/
k_pos += i;
- EVVal(k_pos, E_Spos);
/*
* Make sure i >= 0.
@@ -56,7 +55,6 @@ function{0,1+} move(i)
runerr(205, kywd_pos);
else {
k_pos = oldpos;
- EVVal(k_pos, E_Spos);
}
fail;
@@ -116,7 +114,6 @@ function{0,1+} tab(i)
* Set new &pos.
*/
k_pos = i;
- EVVal(k_pos, E_Spos);
/*
* Make i the length of the substring &subject[i:j]
@@ -141,7 +138,6 @@ function{0,1+} tab(i)
runerr(205, kywd_pos);
else {
k_pos = oldpos;
- EVVal(k_pos, E_Spos);
}
fail;