summaryrefslogtreecommitdiff
path: root/stream.sml
diff options
context:
space:
mode:
Diffstat (limited to 'stream.sml')
-rw-r--r--stream.sml4
1 files changed, 0 insertions, 4 deletions
diff --git a/stream.sml b/stream.sml
index c41eae7..ff4a6ad 100644
--- a/stream.sml
+++ b/stream.sml
@@ -69,10 +69,6 @@ structure Stream :> STREAM = struct
fun getPosRaw off (S as { cache = (prevOff, line, col), fname,
contents, ... }: t) =
let
- (*
- val () = printLn $ "raw: " ^ Int.toString off ^ ", " ^ Int.toString prevOff
- *)
-
fun calcPos curOff (line, col) =
if curOff = off then
(line, col)