Skip to content

Commit

Permalink
remove virtual ~HTTPPriority()
Browse files Browse the repository at this point in the history
Summary: - virtual destructor prevents HTTPPriority from being a "trivial" type

Reviewed By: sharmafb

Differential Revision: D52484550

fbshipit-source-id: 6547eee6891a161026bc5f50dfae2ff6042b7399
  • Loading branch information
hanidamlaj authored and facebook-github-bot committed Jan 3, 2024
1 parent 693f22d commit 667874e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions proxygen/lib/http/HTTPMessage.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ struct HTTPPriority {
incremental(incrementalIn),
orderId(orderIdIn) {
}

virtual ~HTTPPriority() = default;
};

inline bool operator==(const HTTPPriority& a, const HTTPPriority& b) {
Expand Down

0 comments on commit 667874e

Please sign in to comment.