2004-01-27 Nick Drochak <ndrochak@ieee.org>
[mono.git] / mcs / class / System / System.IO / FileSystemWatcher.cs
index b71279173a83dbef8b5d51cde0a2e9ebd7f19180..883c81b76d537e1a94236d52e06e35dd15c141ce 100644 (file)
@@ -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);
                }