Commit 57c4d7aa authored by Lioncash's avatar Lioncash
Browse files

partition_filesystem: Remove dynamic_cast in PrintDebugInfo()

We shouldn't be upcasting our file instances. Given a
PartitionFilesystem is currently designed to accept any arbitrary
VfsFile instances, casting to a more specific type than that is just bad
design, and shows an interface design issue.
parent 458fdda7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment