barectf.c: remove unused _packet_is_full()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 9 Nov 2016 17:32:12 +0000 (12:32 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 9 Nov 2016 17:34:13 +0000 (12:34 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
barectf/templates.py

index bf00f27aa1016dea6b6268be64acb84f37b32a7f..070c666c0213442d48906e2a72accd1aa2c3cdf9 100644 (file)
@@ -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)
 {{
This page took 0.027007 seconds and 4 git commands to generate.