Commit 2c057520 authored by Max Kellermann's avatar Max Kellermann

archive/iso9660: remove unused function CEILING()

parent 7c8427b0
......@@ -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;
......
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