]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter/common.h
Fixed bug in error message.
[libucw.git] / lib / sorter / common.h
index 8b87ed90b4414b9e8c46374c09fdf84e80fd10ec..b4b24ab865af01890d71552d368f702a47750389 100644 (file)
@@ -112,6 +112,5 @@ sh_off_t sbuck_size(struct sort_bucket *b);
 struct fastbuf *sbuck_read(struct sort_bucket *b);
 struct fastbuf *sbuck_write(struct sort_bucket *b);
 void sbuck_swap_out(struct sort_bucket *b);
-void format_size(byte *buf, u64 x);
 
 #endif