about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--chessboard.mu2
1 files changed, 0 insertions, 2 deletions
diff --git a/chessboard.mu b/chessboard.mu
index 57a66fec..627df64f 100644
--- a/chessboard.mu
+++ b/chessboard.mu
@@ -1,5 +1,3 @@
-;; hack: assumes stdin is at raw memory location 1
-
 ;; data structure: board
 (primitive square)
 (address square-address (square))  ; pointer. verbose but sadly necessary for now