removing more unused code
This commit is contained in:
parent
789fc14163
commit
f81edea012
2 changed files with 8 additions and 9 deletions
|
@ -51,10 +51,6 @@ void ec_byte_shrink(ec_byte_buffer *_b, long _size){
|
|||
_b->storage=_size;
|
||||
}
|
||||
|
||||
void ec_byte_writetrunc(ec_byte_buffer *_b,long _bytes){
|
||||
_b->ptr=_b->buf+_bytes;
|
||||
}
|
||||
|
||||
void ec_byte_write1(ec_byte_buffer *_b,unsigned _value){
|
||||
ptrdiff_t endbyte;
|
||||
endbyte=_b->ptr-_b->buf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue