Skip to content

Commit

Permalink
ForEach first redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Jul 20, 2012
1 parent 9e2197d commit 4a3147d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dali/base/dadfs.cpp
Expand Up @@ -4102,7 +4102,6 @@ class CDistributedSuperFile: public CDistributedFileBase<IDistributedSuperFile>
ThrowStringException(-1, "CDistributedSuperFile: SuperFile %s: bad number of files. Expecting %d, got %d", logicalName.get(), n, index);

// Now try to resolve them all (file/superfile)
subit->first();
ForEach (*subit)
{
IPropertyTree &sub = subit->query();
Expand Down

0 comments on commit 4a3147d

Please sign in to comment.