diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index a1d46ea3157..f0010d8bc56 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -1225,15 +1225,6 @@ struct pipe_ml_subgraph struct pipe_context *context; }; -/** - * Structure used as a header for serialized compute programs. - */ -struct pipe_binary_program_header -{ - uint32_t num_bytes; /**< Number of bytes in the LLVM bytecode program. */ - char blob[]; -}; - struct pipe_compute_state { enum pipe_shader_ir ir_type; /**< IR type contained in prog. */