Remove inline

pull/23203/head
Richard Belleville 5 years ago
parent 2b09327a6f
commit ae9ce800b1
  1. 2
      src/core/lib/security/credentials/google_default/google_default_credentials.h

@ -77,7 +77,7 @@ typedef bool (*grpc_gce_tenancy_checker)(void);
void set_gce_tenancy_checker_for_testing(grpc_gce_tenancy_checker checker);
inline bool is_on_gce(void);
bool is_on_gce(void);
// TEST-ONLY. Reset the internal global state.
void grpc_flush_cached_google_default_credentials(void);

Loading…
Cancel
Save