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:
Alyssa Rosenzweig 2019-08-30 17:30:31 -07:00 committed by Tomeu Vizoso
parent 1a4153b24c
commit d34e3f7e0a
2 changed files with 0 additions and 10 deletions

View file

@ -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);
}
};

View file

@ -36,7 +36,6 @@ libpanfrost_midgard_files = files(
'midgard_opt_invert.c',
'midgard_opt_float.c',
'midgard_opt_perspective.c',
'cppwrap.cpp',
'disassemble.c',
)