From 0ed0429c5921629ae1912f96379a8715e2d48a3b Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 21 Mar 2002 10:58:57 +0000 Subject: [PATCH] r1607: removed old testing function --- src/primitives.cl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/primitives.cl b/src/primitives.cl index c113bdf..bf013e6 100644 --- a/src/primitives.cl +++ b/src/primitives.cl @@ -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) -- 2.34.1