Skip to content

Commit 2e0fa5b

Browse files
committed
tracing_rest_client change
1 parent e9fb681 commit 2e0fa5b

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

google/cloud/internal/tracing_rest_client.cc

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -230,20 +230,3 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
230230
} // namespace rest_internal
231231
} // namespace cloud
232232
} // namespace google
233-
234-
#else
235-
236-
namespace google {
237-
namespace cloud {
238-
namespace rest_internal {
239-
GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
240-
241-
std::unique_ptr<RestClient> MakeTracingRestClient(
242-
std::unique_ptr<RestClient> client) {
243-
return client;
244-
}
245-
246-
GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
247-
} // namespace rest_internal
248-
} // namespace cloud
249-
} // namespace google

0 commit comments

Comments
 (0)