From 3b41525c32976da524eb192a6cccccbe935ba31c Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 9 Nov 2016 12:32:12 -0500 Subject: [PATCH] barectf.c: remove unused _packet_is_full() Signed-off-by: Philippe Proulx --- barectf/templates.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/barectf/templates.py b/barectf/templates.py index bf00f27..070c666 100644 --- a/barectf/templates.py +++ b/barectf/templates.py @@ -403,12 +403,6 @@ void _write_cstring(struct {prefix}ctx *ctx, const char *src) ctx->at += _BYTES_TO_BITS(sz); }} -static inline -int _packet_is_full(struct {prefix}ctx *ctx) -{{ - return {prefix}packet_is_full(ctx); -}} - static int _reserve_event_space(struct {prefix}ctx *ctx, uint32_t ev_size) {{ -- 2.34.1