pull/35443/head
Craig Tiller 11 months ago
parent b84d5ef2e8
commit 85749d673b
  1. 3
      src/core/lib/surface/call.cc

@ -4072,8 +4072,7 @@ RefCountedPtr<CallSpineInterface> MakeServerCall(Server* server,
return RefCountedPtr<ServerCallSpine>(call); return RefCountedPtr<ServerCallSpine>(call);
} }
#else #else
RefCountedPtr<CallSpineInterface> MakeServerCall(Server* server, RefCountedPtr<CallSpineInterface> MakeServerCall(Server*, Channel*) {
Channel* channel) {
Crash("not implemented"); Crash("not implemented");
} }
#endif #endif

Loading…
Cancel
Save