diff --git a/src/core/system.cpp b/src/core/system.cpp index 840e32bee..efacc3682 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -2803,7 +2803,6 @@ bool System::LoadStateFromBuffer(const SaveStateBuffer& buffer, Error* error, bo { Assert(IsValid()); - std::string_view media_path = buffer.media_path; u32 media_subimage_index = (buffer.version >= 51) ? buffer.media_subimage_index : 0; if (!buffer.media_path.empty()) {