aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/support/arena.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/support/arena.h')
-rw-r--r--src/core/lib/support/arena.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/lib/support/arena.h b/src/core/lib/support/arena.h
index 9984c53fea..cfe973a036 100644
--- a/src/core/lib/support/arena.h
+++ b/src/core/lib/support/arena.h
@@ -27,8 +27,6 @@
#include <stddef.h>
-
-
typedef struct gpr_arena gpr_arena;
// Create an arena, with \a initial_size bytes in the first allocated buffer
@@ -38,6 +36,4 @@ void* gpr_arena_alloc(gpr_arena* arena, size_t size);
// Destroy an arena, returning the total number of bytes allocated
size_t gpr_arena_destroy(gpr_arena* arena);
-
-
#endif /* GRPC_CORE_LIB_SUPPORT_ARENA_H */