Skip to content

Commit c549908

Browse files
Lydia Kimmeta-codesync[bot]
authored andcommitted
Remove unnecessary virtual destructor in final class
Summary: Also including the fix in `redex-stable` and `redex-staging` Reviewed By: xuhdev Differential Revision: D91492880 fbshipit-source-id: 53a482b58ca51b26429a82316f0e15c6734c645c
1 parent c9d99ee commit c549908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libredex/ProguardLineRange.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ struct ProguardLineRange final {
2525
ProguardLineRange() = default;
2626
ProguardLineRange(
2727
uint32_t s, uint32_t e, uint32_t os, uint32_t oe, std::string ogn);
28-
virtual ~ProguardLineRange() = default;
28+
~ProguardLineRange() = default;
2929

3030
bool operator==(const ProguardLineRange& other) const;
3131

0 commit comments

Comments
 (0)