Bazaar/FSMon : removed unneeded variable

git-svn-id: svn://ultimatepp.org/upp/trunk@4931 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
micio 2012-05-12 07:15:28 +00:00
parent fc1307e915
commit 503e494d70

View file

@ -103,8 +103,6 @@ void FSMon::callHandlerCb(void)
// event handling selector
void FSMon::EventsSelector(uint32 mask, String const &path, String const &newPath)
{
int iMask = 0;
// flag stating event related to folder, not file
bool isFolder = mask & IN_ISDIR;