Code Cleanup
- Removed the last uses of 'foreach'. What remains is only code that is being obsoleted, and therefore there is no need to clean that up. - The definition of 'foreach' in util.h must remain until last.
This commit is contained in:
@@ -442,6 +442,7 @@ void TDB::lock (bool lockFile /* = true */)
|
||||
mCompleted.clear ();
|
||||
mModified.clear ();
|
||||
|
||||
|
||||
foreach (location, mLocations)
|
||||
{
|
||||
location->pending = openAndLock (location->path + "/pending.data");
|
||||
|
||||
Reference in New Issue
Block a user