diff --git a/src/xenia/vfs/device.cc b/src/xenia/vfs/device.cc index e2f7eab65..1457a345a 100644 --- a/src/xenia/vfs/device.cc +++ b/src/xenia/vfs/device.cc @@ -21,7 +21,6 @@ Device::~Device() = default; void Device::Dump(StringBuffer* string_buffer) { root_entry_->Dump(string_buffer, 0); } -} Entry* Device::ResolvePath(const char* path) { // The filesystem will have stripped our prefix off already, so the path will