Merge pull request #23371 from veblush/del-GRPC_USE_ABSL

Removed GRPC_USE_ABSL
pull/23378/head
Esun Kim 4 years ago committed by GitHub
commit 9e5bec9e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      include/grpc/impl/codegen/port_platform.h

@ -27,13 +27,6 @@
* - some syscalls to be made directly
*/
/*
* Defines GRPC_USE_ABSL to use Abseil Common Libraries (C++)
*/
#ifndef GRPC_USE_ABSL
#define GRPC_USE_ABSL 1
#endif
/*
* Defines GPR_ABSEIL_SYNC to use synchronization features from Abseil
*/

Loading…
Cancel
Save