diff options
| author | 2025-11-17 20:57:42 -0600 | |
|---|---|---|
| committer | 2025-11-17 20:57:42 -0600 | |
| commit | 2b44f885e97b0d8902014a5a61f6687fa2931dec (patch) | |
| tree | 9e3ecfb3858f33a3922f47bde8a2163d9deed95e /src/main.c | |
| parent | build config + more plugin stuff (diff) | |
ignore this commit
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,8 +5,6 @@ #include "pipeline.h" -#define UNUSED(_v) ((void)(_v)) - PIPELINE_STAGE static int identity_stage_handle(const ptx_pipeline_ctx_t *ctx, const void *data, size_t sz) { return ptx_pipeline_ctx_next(ctx, data, sz); |
