Delete useless PGSQL-RESULT-STATUS-STRING.
authorChris Hanson <org/chris-hanson/cph>
Thu, 6 Nov 2003 00:16:21 +0000 (00:16 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 6 Nov 2003 00:16:21 +0000 (00:16 +0000)
v7/src/runtime/pgsql.scm
v7/src/runtime/runtime.pkg

index b66f0c5cb25a769ea97818799c93a56fd2d8872d..ae488022ff9cebca9cea51cb311b4b4ffca1d255 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: pgsql.scm,v 1.2 2003/07/21 00:59:45 cph Exp $
+$Id: pgsql.scm,v 1.3 2003/11/06 00:16:21 cph Exp $
 
 Copyright 2003 Massachusetts Institute of Technology
 
@@ -263,9 +263,6 @@ USA.
 (define (pgsql-result-status result)
   (index->name (pq-result-status (result->handle result)) exec-status))
 
-(define (pgsql-result-status-string result)
-  (pq-res-status (pq-result-status (result->handle result))))
-
 (define (pgsql-field-name result index)
   (pq-field-name (result->handle result) index))
 
index e5bbcec9e30761eea6182f84e9e98887ec4dc072..e07b429d686a620cbcb9689250726692d210489e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: runtime.pkg,v 14.466 2003/10/15 17:07:04 cph Exp $
+$Id: runtime.pkg,v 14.467 2003/11/06 00:16:05 cph Exp $
 
 Copyright 1988,1989,1990,1991,1992,1993 Massachusetts Institute of Technology
 Copyright 1994,1995,1996,1997,1998,1999 Massachusetts Institute of Technology
@@ -4688,7 +4688,6 @@ USA.
          pgsql-polling-writing
          pgsql-result-error-message
          pgsql-result-status
-         pgsql-result-status-string
          pgsql-tuples-ok
          poll-pgsql-conn
          poll-pgsql-reset))
\ No newline at end of file