Skip to content

Commit 3e631d0

Browse files
committed
Fix build error
1 parent 162d3d7 commit 3e631d0

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

include/grpcpp/opencensus.h

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,4 @@ ::opencensus::trace::Span GetSpanFromServerContext(::grpc_impl::ServerContext* c
4747

4848
} // namespace grpc
4949

50-
namespace grpc {
51-
52-
static inline void RegisterOpenCensusPlugin() {
53-
::grpc_impl::RegisterOpenCensusPlugin();
54-
}
55-
static inline void RegisterOpenCensusViewsForExport() {
56-
::grpc_impl::RegisterOpenCensusViewsForExport();
57-
}
58-
static inline ::opencensus::trace::Span GetSpanFromServerContext(
59-
::grpc_impl::ServerContext* context) {
60-
return ::grpc_impl::GetSpanFromServerContext(context);
61-
}
62-
63-
} // namespace grpc
64-
6550
#endif // GRPCPP_OPENCENSUS_H

0 commit comments

Comments
 (0)