From c286d1c4184a0478d650b49c12993c6465074567 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Tue, 14 Jun 2022 09:09:04 +0200 Subject: [PATCH] vvp: Remove unused function prototypes Remove prototypes of functions that have already been removed. Signed-off-by: Lars-Peter Clausen --- vvp/codes.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vvp/codes.h b/vvp/codes.h index 2de76495f..94a4f26b5 100644 --- a/vvp/codes.h +++ b/vvp/codes.h @@ -41,8 +41,6 @@ extern bool of_ANDR(vthread_t thr, vvp_code_t code); extern bool of_ASSIGN_AR(vthread_t thr, vvp_code_t code); extern bool of_ASSIGN_ARD(vthread_t thr, vvp_code_t code); extern bool of_ASSIGN_ARE(vthread_t thr, vvp_code_t code); -extern bool of_ASSIGN_D(vthread_t thr, vvp_code_t code); -extern bool of_ASSIGN_MV(vthread_t thr, vvp_code_t code); extern bool of_ASSIGN_VEC4(vthread_t thr, vvp_code_t code); extern bool of_ASSIGN_VEC4D(vthread_t thr, vvp_code_t code); extern bool of_ASSIGN_VEC4E(vthread_t thr, vvp_code_t code); @@ -81,8 +79,6 @@ extern bool of_CMPIU(vthread_t thr, vvp_code_t code); extern bool of_CMPWE(vthread_t thr, vvp_code_t code); extern bool of_CMPWNE(vthread_t thr, vvp_code_t code); extern bool of_CMPWR(vthread_t thr, vvp_code_t code); -extern bool of_CMPWS(vthread_t thr, vvp_code_t code); -extern bool of_CMPWU(vthread_t thr, vvp_code_t code); extern bool of_CMPX(vthread_t thr, vvp_code_t code); extern bool of_CMPZ(vthread_t thr, vvp_code_t code); extern bool of_CONCAT_STR(vthread_t thr, vvp_code_t code); @@ -165,7 +161,6 @@ extern bool of_MIN_WR(vthread_t thr, vvp_code_t code); extern bool of_MOD(vthread_t thr, vvp_code_t code); extern bool of_MOD_S(vthread_t thr, vvp_code_t code); extern bool of_MOD_WR(vthread_t thr, vvp_code_t code); -extern bool of_MOV_WU(vthread_t thr, vvp_code_t code); extern bool of_MUL(vthread_t thr, vvp_code_t code); extern bool of_MULI(vthread_t thr, vvp_code_t code); extern bool of_MUL_WR(vthread_t thr, vvp_code_t code); @@ -224,7 +219,6 @@ extern bool of_SCOPY(vthread_t thr, vvp_code_t code); extern bool of_SET_DAR_OBJ_REAL(vthread_t thr, vvp_code_t code); extern bool of_SET_DAR_OBJ_STR(vthread_t thr, vvp_code_t code); extern bool of_SET_DAR_OBJ_VEC4(vthread_t thr, vvp_code_t code); -extern bool of_SET_X0_X(vthread_t thr, vvp_code_t code); extern bool of_SHIFTL(vthread_t thr, vvp_code_t code); extern bool of_SHIFTR(vthread_t thr, vvp_code_t code); extern bool of_SHIFTR_S(vthread_t thr, vvp_code_t code);