rsx: Apply Clang-Tidy fix "modernize-use-equals-default"

This commit is contained in:
scribam 2019-06-08 09:33:48 +02:00 committed by kd-11
parent 635695ac78
commit 44265aa27d
24 changed files with 64 additions and 89 deletions

View file

@ -343,9 +343,7 @@ void VKVertexDecompilerThread::Task()
vk_prog->SetInputs(inputs);
}
VKVertexProgram::VKVertexProgram()
{
}
VKVertexProgram::VKVertexProgram() = default;
VKVertexProgram::~VKVertexProgram()
{