Skip to content

Commit

Permalink
iox-#27 Removed useless static variable
Browse files Browse the repository at this point in the history
  • Loading branch information
indramani.arora committed Jul 25, 2021
1 parent 47a8ff1 commit db13220
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions iceoryx_posh/include/iceoryx_posh/internal/popo/client.inl
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ inline cxx::expected<Request<RequestType>, AllocationError> ClientImpl<RequestTy
template <typename RequestType, typename ResponseType, typename BaseClient_t>
inline cxx::expected<Request<RequestType>, AllocationError> ClientImpl<RequestType, ResponseType, BaseClient_t>::loanRequest() noexcept
{
static constexpr uint32_t USER_HEADER_SIZE{};

auto result = port().allocateRequest(sizeof(RequestType), alignof(RequestType), sizeof(RequestHeader), alignof(RequestHeader));
if (result.has_error())
{
Expand Down

0 comments on commit db13220

Please sign in to comment.