From 611b2d3ab3ef5f80b29f5352af2e5a5bf551ce99 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 6 Apr 2002 22:41:37 +0000 Subject: [PATCH 1/1] r1748: *** empty log message *** --- sql/usql.cl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sql/usql.cl b/sql/usql.cl index 85e7b77..c140fc4 100644 --- a/sql/usql.cl +++ b/sql/usql.cl @@ -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)) -- 2.34.1