aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/resource_quota.h
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-03-14 15:41:48 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-03-14 15:41:48 -0700
commita22e16ad8b52d3ced5ecfd642a5182c3a81a5cbf (patch)
tree7943c07d00a5d3d38c8aa2e3481433ebac4b6736 /src/core/lib/iomgr/resource_quota.h
parentc0cd82faedfdfc4af4931d008b07094c8911dfe5 (diff)
parent7e24da469c2a931ee988d35bf99b9e47e8fa5940 (diff)
Merge master into yashykt:execctxcleanup
Diffstat (limited to 'src/core/lib/iomgr/resource_quota.h')
-rw-r--r--src/core/lib/iomgr/resource_quota.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/lib/iomgr/resource_quota.h b/src/core/lib/iomgr/resource_quota.h
index f939cfd449..937daf8728 100644
--- a/src/core/lib/iomgr/resource_quota.h
+++ b/src/core/lib/iomgr/resource_quota.h
@@ -139,8 +139,4 @@ void grpc_resource_user_alloc_slices(
grpc_resource_user_slice_allocator* slice_allocator, size_t length,
size_t count, grpc_slice_buffer* dest);
-/* Allocate one slice of length \a size synchronously. */
-grpc_slice grpc_resource_user_slice_malloc(grpc_resource_user* resource_user,
- size_t size);
-
#endif /* GRPC_CORE_LIB_IOMGR_RESOURCE_QUOTA_H */