Delete the silly bitvec _s functions
This commit is contained in:
@@ -65,14 +65,6 @@ void uc_bv_set_all(struct UCBitVec *v);
|
||||
* */
|
||||
void uc_bv_set_bits_from_array(struct UCBitVec *v,char *array,size_t array_len);
|
||||
|
||||
// The _s ("secure") versions does boundary checking and assert() if they
|
||||
// try to access a bit out of bounds.
|
||||
|
||||
void uc_bv_set_bit_s(struct UCBitVec *v,int b);
|
||||
|
||||
void uc_bv_clear_bit_s(struct UCBitVec *v,int b);
|
||||
|
||||
int uc_bv_get_bit_s(const struct UCBitVec *v,int b);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user