Remove useless grpc_alarm declaration in grpc_types.h (#26991)

pull/27010/head
Zhongxian Pan 4 years ago committed by GitHub
parent 34338e5798
commit 3340f35d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      doc/environment_variables.md
  2. 3
      include/grpc/impl/codegen/grpc_types.h

@ -96,7 +96,6 @@ some configuration as environment variables that can be set.
The following tracers will only run in binaries built in DEBUG mode. This is
accomplished by invoking `CONFIG=dbg make <target>`
- alarm_refcount - refcounting traces for grpc_alarm structure
- metadata - tracks creation and mutation of metadata
- combiner - traces combiner lock state
- call_combiner - traces call combiner state

@ -55,9 +55,6 @@ typedef struct grpc_byte_buffer {
* asynchronous actions. */
typedef struct grpc_completion_queue grpc_completion_queue;
/** An alarm associated with a completion queue. */
typedef struct grpc_alarm grpc_alarm;
/** The Channel interface allows creation of Call objects. */
typedef struct grpc_channel grpc_channel;

Loading…
Cancel
Save