archive/iso9660: remove unused macro CEILING()

This commit is contained in:
Max Kellermann 2020-09-21 15:11:13 +02:00
parent b72801abf3
commit 5acea014b0
1 changed files with 0 additions and 2 deletions

View File

@ -38,8 +38,6 @@
#include <stdlib.h>
#include <string.h>
#define CEILING(x, y) ((x+(y-1))/y)
struct Iso9660 {
iso9660_t *const iso;