mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
rsx: Apply Clang-Tidy fix "modernize-use-equals-default"
This commit is contained in:
parent
635695ac78
commit
44265aa27d
24 changed files with 64 additions and 89 deletions
|
|
@ -409,9 +409,7 @@ void VKFragmentDecompilerThread::Task()
|
|||
vk_prog->SetInputs(inputs);
|
||||
}
|
||||
|
||||
VKFragmentProgram::VKFragmentProgram()
|
||||
{
|
||||
}
|
||||
VKFragmentProgram::VKFragmentProgram() = default;
|
||||
|
||||
VKFragmentProgram::~VKFragmentProgram()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue