diff options
author | Max Kellermann <max@musicpd.org> | 2020-09-21 15:11:13 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-09-21 15:11:17 +0200 |
commit | 5acea014b00d042f6deb9b8da5c589df9e8057dd (patch) | |
tree | 7a86f401f7a97df9ee294d0a1c8419ed0cc9c2a5 /src/archive | |
parent | b72801abf3bba84565bb040215071a21182e698c (diff) |
archive/iso9660: remove unused macro CEILING()
Diffstat (limited to 'src/archive')
-rw-r--r-- | src/archive/plugins/Iso9660ArchivePlugin.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/archive/plugins/Iso9660ArchivePlugin.cxx b/src/archive/plugins/Iso9660ArchivePlugin.cxx index be319d2a7..2f463364f 100644 --- a/src/archive/plugins/Iso9660ArchivePlugin.cxx +++ b/src/archive/plugins/Iso9660ArchivePlugin.cxx @@ -38,8 +38,6 @@ #include <stdlib.h> #include <string.h> -#define CEILING(x, y) ((x+(y-1))/y) - struct Iso9660 { iso9660_t *const iso; |