From: Paul H. <pha...@us...> - 2005-03-08 16:49:49
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Mapping In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22672/nhibernate/src/NHibernate/Mapping Modified Files: PersistentClass.cs Property.cs Log Message: Comment out unused 2.1 variables to clean the build slightly Index: PersistentClass.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Mapping/PersistentClass.cs,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** PersistentClass.cs 6 Mar 2005 12:44:44 -0000 1.20 --- PersistentClass.cs 8 Mar 2005 16:49:23 -0000 1.21 *************** *** 35,39 **** private bool selectBeforeUpdate; private int optimisticLockMode; ! private IDictionary metaAttributes; /// <summary> --- 35,39 ---- private bool selectBeforeUpdate; private int optimisticLockMode; ! //private IDictionary metaAttributes; /// <summary> Index: Property.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Mapping/Property.cs,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Property.cs 1 Mar 2005 16:24:49 -0000 1.11 --- Property.cs 8 Mar 2005 16:49:24 -0000 1.12 *************** *** 15,19 **** private bool insertable = true; private string propertyAccessorName; ! private IDictionary metaAttributes; /// <summary> --- 15,19 ---- private bool insertable = true; private string propertyAccessorName; ! //private IDictionary metaAttributes; /// <summary> |