Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/SqlCommand
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30922/NHibernate/SqlCommand
Modified Files:
SqlInsertBuilder.cs SqlSelectBuilder.cs
Log Message:
removed an unused namespace from "using" section.
Index: SqlSelectBuilder.cs
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/SqlCommand/SqlSelectBuilder.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** SqlSelectBuilder.cs 22 Nov 2004 03:56:08 -0000 1.5
--- SqlSelectBuilder.cs 4 Dec 2004 22:24:16 -0000 1.6
***************
*** 1,5 ****
using System;
using System.Collections;
- using System.Collections.Specialized;
using System.Data;
using System.Text;
--- 1,4 ----
Index: SqlInsertBuilder.cs
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/SqlCommand/SqlInsertBuilder.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SqlInsertBuilder.cs 22 Nov 2004 03:56:08 -0000 1.3
--- SqlInsertBuilder.cs 4 Dec 2004 22:24:16 -0000 1.4
***************
*** 1,5 ****
using System;
using System.Collections;
- using System.Collections.Specialized;
using System.Data;
using System.Text;
--- 1,4 ----
|