Remove printer for sb-disassem::arg
commit44b75f8b4b9b6e99aec05dd6cd632c9643e1eead
authorDouglas Katzman <dougk@google.com>
Sat, 12 Mar 2016 15:51:07 +0000 (12 10:51 -0500)
committerDouglas Katzman <dougk@google.com>
Sat, 12 Mar 2016 15:51:07 +0000 (12 10:51 -0500)
treed205bb40311af545fcf6ba16dd80e94aafd572e1
parent15091d78d4d12bd1b7ca8f1dd8470860bb27dde8
Remove printer for sb-disassem::arg

This avoids a warning on a cross-compilation host which incorrectly says
that CALL-NEXT-METHOD is incorrectly used outside of a DEFMETHOD.
The code was legal, because CLHS states that
 "Specifying (:print-object printer-name) is equivalent to specifying:
   (defmethod print-object ((object structure-name) stream)"

Be that as it may, the disassembler doesn't need it.
src/compiler/disassem.lisp