Cleanup.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4760 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
64200a77db
commit
449b2f28bf
@ -61,7 +61,6 @@ DirectoryIterator::GetNextEntry(char *name, uint32 *length, vnode_id *id)
|
||||
} else {
|
||||
CS0String string(entry->id(), entry->id_length());
|
||||
PRINT(("id == `%s'\n", string.String()));
|
||||
PRINT(("vnode_id: %Ld\n", to_vnode_id(entry->icb())));
|
||||
DUMP(entry->icb());
|
||||
sprintf(name, "%s", string.String());
|
||||
*length = string.Length();
|
||||
@ -72,7 +71,6 @@ DirectoryIterator::GetNextEntry(char *name, uint32 *length, vnode_id *id)
|
||||
if (!err)
|
||||
fPosition = offset;
|
||||
}
|
||||
// size_t dynamicLength = sizeof(udf_file_id_descriptor);
|
||||
|
||||
RETURN(err);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user