From cf5ff95d1b569bd257ee8477b82080f8586d7f52 Mon Sep 17 00:00:00 2001 From: Nick Drochak Date: Tue, 27 Jan 2004 14:00:08 +0000 Subject: 2004-01-27 Nick Drochak * FAMWatcher.cs: * FileSystemWatcher.cs: Remove unused variables. Eliminates a couple of build warnings. svn path=/trunk/mcs/; revision=22536 --- mcs/class/System/System.IO/FileSystemWatcher.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'mcs/class/System/System.IO/FileSystemWatcher.cs') diff --git a/mcs/class/System/System.IO/FileSystemWatcher.cs b/mcs/class/System/System.IO/FileSystemWatcher.cs index b71279173a8..883c81b76d5 100644 --- a/mcs/class/System/System.IO/FileSystemWatcher.cs +++ b/mcs/class/System/System.IO/FileSystemWatcher.cs @@ -30,7 +30,6 @@ namespace System.IO { string path; string fullpath; ISynchronizeInvoke synchronizingObject; - bool disposed; WaitForChangedResult lastData; bool waiting; SearchPattern2 pattern; @@ -287,7 +286,6 @@ namespace System.IO { if (disposing) { Stop (); } - disposed = true; base.Dispose (disposing); } -- cgit v1.2.3