Skip to content

Commit

Permalink
Remove redundant type specialization in callsite for packCompact
Browse files Browse the repository at this point in the history
Summary: TSIA

Reviewed By: Mizuchi

Differential Revision: D67784246

fbshipit-source-id: fd17566e8410e6e30d9e246222957f5df0a1d44b
  • Loading branch information
thedavekwon authored and facebook-github-bot committed Jan 6, 2025
1 parent 36f7a80 commit b8bad7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class LegacyPayloadSerializerStrategy final

template <typename T>
FOLLY_ERASE std::unique_ptr<folly::IOBuf> packCompact(const T& data) {
return ::apache::thrift::rocket::packCompact<T>(data);
return ::apache::thrift::rocket::packCompact(data);
}

template <typename T>
Expand Down

0 comments on commit b8bad7e

Please sign in to comment.