Skip to content

Commit

Permalink
clang-tidy modernize-use-equals-default and modernize-use-equals-delete
Browse files Browse the repository at this point in the history
  • Loading branch information
scamille committed Nov 22, 2019
1 parent 702bbfa commit da22bef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions engine/class_modules/sc_monk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2484,10 +2484,6 @@ struct monk_action_t : public Base
}
}

~monk_action_t() override
{
}

monk_t* p()
{
return debug_cast<monk_t*>( ab::player );
Expand Down
3 changes: 0 additions & 3 deletions engine/class_modules/sc_warrior.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -727,9 +727,6 @@ struct warrior_action_t : public Base
initialized = true;
}

~warrior_action_t() override
{
}

warrior_t* p()
{
Expand Down

0 comments on commit da22bef

Please sign in to comment.