archive/iso9660: remove unused macro CEILING()
This commit is contained in:
parent
b72801abf3
commit
5acea014b0
|
@ -38,8 +38,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define CEILING(x, y) ((x+(y-1))/y)
|
||||
|
||||
struct Iso9660 {
|
||||
iso9660_t *const iso;
|
||||
|
||||
|
|
Loading…
Reference in New Issue