mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-10 12:21:39 +00:00
Assert: Remove unused parameter from DEBUG_ASSERT
This brings the macro in line with the regular ASSERT macro, which only has one macro parameter.
This commit is contained in:
parent
328585ef17
commit
75f5fcdfee
28 changed files with 86 additions and 91 deletions
|
@ -507,7 +507,7 @@ void ProgramShaderCache::Shutdown()
|
|||
s_last_VAO = 0;
|
||||
|
||||
// All pipeline programs should have been released.
|
||||
DEBUG_ASSERT(VIDEO, s_pipeline_programs.empty());
|
||||
DEBUG_ASSERT(s_pipeline_programs.empty());
|
||||
s_pipeline_programs.clear();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue