about summary refs log tree commit diff stats
path: root/html/filesystem.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/filesystem.mu.html')
-rw-r--r--html/filesystem.mu.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/html/filesystem.mu.html b/html/filesystem.mu.html
index 8fb32b8a..d29130e8 100644
--- a/html/filesystem.mu.html
+++ b/html/filesystem.mu.html
@@ -42,8 +42,6 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
   <span class="Delimiter">{</span>
     c:character, done?:boolean, source-file<span class="Special"> &lt;- </span>read source-file
     <span class="muControl">break-if</span> done?
-    eof?:boolean<span class="Special"> &lt;- </span>equal c, <span class="Constant">-1</span>
-    <span class="muControl">break-if</span> eof?
     sink-file<span class="Special"> &lt;- </span>write sink-file, c
     <span class="muControl">loop</span>
   <span class="Delimiter">}</span>