Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Drochak <nickd@mono-cvs.ximian.com>2004-01-27 17:00:08 +0300
committerNick Drochak <nickd@mono-cvs.ximian.com>2004-01-27 17:00:08 +0300
commitcf5ff95d1b569bd257ee8477b82080f8586d7f52 (patch)
treea9f6436a4e87383db206e56e80c268e1c724f255 /mcs/class/System/System.IO/FileSystemWatcher.cs
parentcd339174f6a7e83edb4075774bdfbd1e97f2c9c6 (diff)
2004-01-27 Nick Drochak <ndrochak@ieee.org>
* FAMWatcher.cs: * FileSystemWatcher.cs: Remove unused variables. Eliminates a couple of build warnings. svn path=/trunk/mcs/; revision=22536
Diffstat (limited to 'mcs/class/System/System.IO/FileSystemWatcher.cs')
-rw-r--r--mcs/class/System/System.IO/FileSystemWatcher.cs2
1 files changed, 0 insertions, 2 deletions
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);
}