r1607: removed old testing function
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 21 Mar 2002 10:58:57 +0000 (10:58 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 21 Mar 2002 10:58:57 +0000 (10:58 +0000)
src/primitives.cl

index c113bdfd6156d12aa3520226d2abf60a782a8266..bf013e65669c2e9ca658bad075ae254978007429 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: primitives.cl,v 1.10 2002/03/18 22:47:57 kevin Exp $
+;;;; $Id: primitives.cl,v 1.11 2002/03/21 10:58:57 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -115,9 +115,6 @@ supports takes advantage of this optimization."
 (dolist (type +cmu-def-type-list+)
   (setf (gethash (car type) +cmu-def-type-hash+) (cdr type)))
 
-(defmethod ph (&optional (os *standard-output*))
-  (maphash #'(lambda (k v) (format os "~&~S => ~S" k v)) +type-conversion-hash+))
-
 (defun convert-from-uffi-type (type context)
   "Converts from a uffi type to an implementation specific type"
   (if (atom type)