diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2023-06-06 13:06:25 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2023-06-06 13:06:25 -0700 |
commit | c61b7e834744ee1db05e2cbecef8256fbc3d98cc (patch) | |
tree | fd5281f67bf273246bfd468dd303162b0331672f | |
parent | aa5a7dee06c635c0c2a41c163de7add33ed952a1 (diff) |
til_stream: drop redundant til_stream_pipe_t typedef
This is already in the header
-rw-r--r-- | src/til_stream.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/til_stream.c b/src/til_stream.c index fcb3c65..1eb749b 100644 --- a/src/til_stream.c +++ b/src/til_stream.c @@ -68,7 +68,6 @@ foo_render(foo_t *foo, til_fb_fragment_t *fragment) #define TIL_STREAM_BUCKETS_COUNT 256 -typedef struct til_stream_pipe_t til_stream_pipe_t; struct til_stream_pipe_t { til_stream_pipe_t *next; |