aboutsummaryrefslogtreecommitdiffstats
path: root/src/bitvector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bitvector.h')
-rw-r--r--src/bitvector.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bitvector.h b/src/bitvector.h
index b14d204..36bdbab 100644
--- a/src/bitvector.h
+++ b/src/bitvector.h
@@ -39,7 +39,6 @@ unsigned int bitvec_pack(struct bitvec *bv, uint8_t *buffer);
unsigned int bitvec_unpack(struct bitvec *bv, uint8_t *buffer);
uint64_t bitvec_read_field(struct bitvec *bv, unsigned& read_index, unsigned len);
int bitvec_write_field(struct bitvec *bv, unsigned& write_index, uint64_t val, unsigned len);
-int bitvec_write_field_lh(struct bitvec *bv, unsigned& write_index, uint64_t val, unsigned len);
/*! }@ */