Skip to content

Commit

Permalink
chore: Remove codeql pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Nov 9, 2023
1 parent 9da9af7 commit d827ca6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 69 deletions.
13 changes: 0 additions & 13 deletions .github/codeql/MsvcRules.ruleset

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/codeql.yml

This file was deleted.

6 changes: 3 additions & 3 deletions src/agrpc/detail/server_rpc_sender.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ struct ServerRequestSenderImplementation : detail::GrpcSenderImplementationBase

explicit ServerRequestSenderImplementation(RPC& rpc) noexcept : rpc_(rpc) {}

void complete(agrpc::GrpcContext& grpc_context, bool ok) const noexcept
void complete([[maybe_unused]] agrpc::GrpcContext& grpc_context, [[maybe_unused]] bool ok) const noexcept
{
if (ok)
if constexpr (IsNotifyWhenDone)
{
if constexpr (IsNotifyWhenDone)
if (ok)
{
grpc_context.work_started();
}
Expand Down

0 comments on commit d827ca6

Please sign in to comment.