Browse Source

remove unused field

svn path=/trunk/mcs/; revision=67544
Chris Toshok 19 years ago
parent
commit
950ed2d29e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      mcs/class/System/System.ComponentModel/EventHandlerList.cs

+ 0 - 2
mcs/class/System/System.ComponentModel/EventHandlerList.cs

@@ -42,8 +42,6 @@ namespace System.ComponentModel {
 	//   Longer description
 	// </remarks>
 	public sealed class EventHandlerList : IDisposable {
-		Hashtable table;
-		
 		public EventHandlerList ()
 		{
 			head = null;