mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-01 07:52:50 +00:00
AK: Use default constructor/destructor instead of declaring an empty one
Default implementations allow for more optimizations. See: https://pvs-studio.com/en/docs/warnings/v832/
This commit is contained in:
parent
9fe43041f5
commit
c192c303d2
Notes:
sideshowbarker
2024-07-18 03:52:35 +09:00
Author: https://github.com/bgianfo
Commit: c192c303d2
Pull-request: https://github.com/SerenityOS/serenity/pull/10053
8 changed files with 7 additions and 16 deletions
|
@ -10,9 +10,6 @@
|
|||
#include <AK/UUID.h>
|
||||
|
||||
namespace AK {
|
||||
UUID::UUID()
|
||||
{
|
||||
}
|
||||
|
||||
UUID::UUID(Array<u8, 16> uuid_buffer)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue