removed 2 obsolete lines

This commit is contained in:
Peter Tillemans 2024-12-19 15:23:51 +01:00
parent 486314adbd
commit 4003cfd5f4

View file

@ -6,7 +6,6 @@
#:part1 #:part1
#:part2 #:part2
#:towel-tree #:towel-tree
#:valid-pattern-p
#:make-onsen #:make-onsen
#:onsen-towels #:onsen-towels
#:onsen-patterns #:onsen-patterns
@ -44,7 +43,6 @@ bbrgwb"))
(parse-input sample-text)) (parse-input sample-text))
(defvar *pattern-cache* (make-hash-table :test #'equal)) (defvar *pattern-cache* (make-hash-table :test #'equal))
(defvar *valid-cache* (make-hash-table :test #'equal))
(defvar *possible-cache* (make-hash-table :test #'equal)) (defvar *possible-cache* (make-hash-table :test #'equal))
(defun reset-patterns () (defun reset-patterns ()
(setf *pattern-cache* (make-hash-table :test #'equal)) (setf *pattern-cache* (make-hash-table :test #'equal))