]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter/sort-test.c
Created a local TODO list.
[libucw.git] / lib / sorter / sort-test.c
index 5464f744fd1eb226d2af7df4a82d8b43805021fb..8cf1433f8e540b7626462b7541b51c91d6172b01 100644 (file)
@@ -410,7 +410,6 @@ static int s5_gen(struct s5_pair *p)
 
 static void s5_write_merged(struct fastbuf *f, struct key5 **keys, void **data, uns n, void *buf)
 {
-  /* FIXME: Allow mode where this function is not defined? */
   u32 *a = buf;
   uns m = 0;
   for (uns i=0; i<n; i++)