Skip to content

Commit

Permalink
[sanity] fix sanity (#36600)
Browse files Browse the repository at this point in the history
Fixes clang-tidy breakage introduced in #36509.

Closes #36600

COPYBARA_INTEGRATE_REVIEW=#36600 from markdroth:sanity_fix 77ab3a9
PiperOrigin-RevId: 633309281
  • Loading branch information
markdroth authored and Copybara-Service committed May 13, 2024
1 parent 0ecee5a commit 29f2dc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/lib/surface/call.cc
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ class ChannelBasedCall : public Call {

Channel* channel() const { return channel_.get(); }

protected:
// Non-virtual arena accessor -- needed by PipeBasedCall
Arena* GetArena() { return arena_; }

Expand Down

0 comments on commit 29f2dc1

Please sign in to comment.