diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2025-06-08 18:48:58 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2025-06-08 18:48:58 -0300 |
commit | a4a4c78d13e9eab2427b930c067278207508d60e (patch) | |
tree | bf095ebd698cc92f5d87c4839feed96ba9839778 /input.lisp | |
parent | 35c3281a9ad02c9c345f4315fba36dd6d16549aa (diff) | |
download | monparser-a4a4c78d13e9eab2427b930c067278207508d60e.tar.gz monparser-a4a4c78d13e9eab2427b930c067278207508d60e.zip |
Remove superfluous function and argument in call
Diffstat (limited to 'input.lisp')
-rw-r--r-- | input.lisp | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -16,9 +16,6 @@ :data (input-data input) :cursor (+ (input-cursor input) 1))) -(defun cursor-distance (input1 input2) - (- (input-cursor input1) (input-cursor input2))) - (defun line-and-column (input) (let ((line 1) (column 1)) (dotimes (i (input-cursor input)) |