Commit 5acea014 authored by Max Kellermann's avatar Max Kellermann

archive/iso9660: remove unused macro CEILING()

parent b72801ab
...@@ -38,8 +38,6 @@ ...@@ -38,8 +38,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#define CEILING(x, y) ((x+(y-1))/y)
struct Iso9660 { struct Iso9660 {
iso9660_t *const iso; iso9660_t *const iso;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment