archive/iso9660: remove unused function CEILING()

This commit is contained in:
Max Kellermann 2020-09-21 11:38:19 +02:00
parent 7c8427b0f7
commit 2c05752071
1 changed files with 0 additions and 6 deletions

View File

@ -40,12 +40,6 @@
#include <utility>
static constexpr size_t
CEILING(size_t x, size_t y) noexcept
{
return (x + y - 1) / y;
}
struct Iso9660 {
iso9660_t *const iso;