1
0
forked from GitHub/gf-core

remove redundant type signature in gu/seq.h

This commit is contained in:
kr.angelov
2013-11-07 09:47:07 +00:00
parent 19700cb52d
commit ceb156b93b

View File

@@ -108,9 +108,6 @@ gu_buf_flush(GuBuf* buf);
#define gu_buf_pop(BUF, T) \
(*(T*)gu_buf_trim(BUF))
void
gu_seq_resize_tail(GuSeq seq, ptrdiff_t change);
void
gu_buf_sort(GuBuf *buf, GuOrder *order);