Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
sjl committed Dec 27, 2016
1 parent f0d8b6e commit 7545152
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/debugger.lisp
Expand Up @@ -102,11 +102,6 @@
(or disassembly "")
bits))))

(defun disassemble-instructions (array start)
(iterate
(for i :from start :below (length array) :by 2)
(collect (instruction-information array i) :result-type vector)))

(defun dump-disassembly (array &optional (start 0) (end (length array)))
(iterate
(for i :from start :below end :by 2)
Expand Down

0 comments on commit 7545152

Please sign in to comment.