diff --git a/src/core/lib/iomgr/error.h b/src/core/lib/iomgr/error.h index 8393605d772992cd2291c4427afad15711e174e5..2613512acbeedd5970d64bb10a07e4cf1bb56c45 100644 --- a/src/core/lib/iomgr/error.h +++ b/src/core/lib/iomgr/error.h @@ -136,7 +136,6 @@ typedef enum { GRPC_ERROR_TIME_CREATED, } grpc_error_times; - /// The following "special" errors can be propagated without allocating memory. /// They are always even so that other code (particularly combiner locks, /// polling engines) can safely use the lower bit for themselves.