Remove vnrott (duplicate vrotb)

This commit is contained in:
Thomas Preud'homme
2012-03-14 15:39:16 +01:00
parent 3d25213c16
commit 53c5715cca
3 changed files with 2 additions and 19 deletions

1
tcc.h
View File

@ -1140,7 +1140,6 @@ ST_FUNC void vpush_global_sym(CType *type, int v);
ST_FUNC void vrott(int n);
#ifdef TCC_TARGET_ARM
ST_FUNC int get_reg_ex(int rc, int rc2);
ST_FUNC void vnrott(int n);
ST_FUNC void lexpand_nr(void);
#endif
ST_FUNC void vpushv(SValue *v);