mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 03:28:09 +02:00
pan/midgard: Remove cppwrap.cpp
It has not been used in a long time; I forgot this file even existed. Flagged by cppcheck. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
This commit is contained in:
parent
1a4153b24c
commit
d34e3f7e0a
2 changed files with 0 additions and 10 deletions
|
|
@ -1,9 +0,0 @@
|
|||
struct exec_list;
|
||||
|
||||
bool do_mat_op_to_vec(struct exec_list *instructions);
|
||||
|
||||
extern "C" {
|
||||
bool c_do_mat_op_to_vec(struct exec_list *instructions) {
|
||||
return do_mat_op_to_vec(instructions);
|
||||
}
|
||||
};
|
||||
|
|
@ -36,7 +36,6 @@ libpanfrost_midgard_files = files(
|
|||
'midgard_opt_invert.c',
|
||||
'midgard_opt_float.c',
|
||||
'midgard_opt_perspective.c',
|
||||
'cppwrap.cpp',
|
||||
'disassemble.c',
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue