r1748: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 6 Apr 2002 22:41:37 +0000 (22:41 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 6 Apr 2002 22:41:37 +0000 (22:41 +0000)
sql/usql.cl

index 85e7b7780a7404dba0893949d1fb109e19e0541e..c140fc40b6338f905a75d595b9830cb007c55fda 100644 (file)
@@ -8,7 +8,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg and onShore Development Inc
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: usql.cl,v 1.4 2002/04/06 22:27:41 kevin Exp $
+;;;; $Id: usql.cl,v 1.5 2002/04/06 22:41:37 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and onShore Development Inc
@@ -120,9 +120,6 @@ specifies the database to operation on, defaulting to
 (defvar *sql-stream* nil
   "stream which accumulates SQL output")
 
-(defclass %sql-expression ()
-  ())
-
 (defmethod output-sql ((expr %sql-expression) &optional
                        (database *default-database*))
   (declare (ignore database))