From a1c7a13162a31b190f7722b516c0981309856afe Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Sun, 28 Jun 2015 19:44:51 -0700 Subject: [PATCH] Fixing build. --- src/xenia/vfs/device.cc | 1 - 1 file changed, 1 deletion(-) 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