Avoid pointless bitwise operation on a bool
This commit is contained in:
@@ -420,7 +420,7 @@ bool wxFsEventsFileSystemWatcher::RemoveAll()
|
|||||||
FSEventStreamInvalidate(it->second);
|
FSEventStreamInvalidate(it->second);
|
||||||
FSEventStreamRelease(it->second);
|
FSEventStreamRelease(it->second);
|
||||||
++it;
|
++it;
|
||||||
ret |= true;
|
ret = true;
|
||||||
}
|
}
|
||||||
m_streams.clear();
|
m_streams.clear();
|
||||||
return ret;
|
return ret;
|
||||||
|
Reference in New Issue
Block a user