Remove a bogus declare ignore

This commit is contained in:
David Lichteblau
2010-06-13 15:28:07 +02:00
committed by David Lichteblau
parent 401d6e4e5d
commit a16cbfb184

View File

@ -137,6 +137,5 @@
(sax:start-element (proxy-chained-handler handler) uri lname qname attrs))
(defmethod sax:end-element ((handler namespace-normalizer) uri lname qname)
(declare (ignore qname))
(pop (xmlns-stack handler))
(sax:end-element (proxy-chained-handler handler) (or uri #"") lname qname))