From: Griffin C. <gc...@us...> - 2004-12-31 22:57:41
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock/Dynamic/Generate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14701/DotNetMock/Dynamic/Generate Modified Files: Tag: RFE_1001778 ILUtils.cs Log Message: - Removed static constructor Index: ILUtils.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock/Dynamic/Generate/Attic/ILUtils.cs,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** ILUtils.cs 26 Dec 2004 23:58:53 -0000 1.1.2.1 --- ILUtils.cs 31 Dec 2004 22:57:31 -0000 1.1.2.2 *************** *** 16,24 **** public class ILUtils { - private ILUtils() - { - // just static functions here. - } - /// <summary> /// Return appropriate ldind <see cref="OpCode"/> for type --- 16,19 ---- |