Remove unused ALIGN_UP macro

pull/73/head
Antonin Décimo 2020-10-01 00:59:47 +02:00 committed by Andri Yngvason
parent 7624d3d22f
commit a9d9547930
1 changed files with 0 additions and 1 deletions

View File

@ -17,4 +17,3 @@
#pragma once
#define UDIV_UP(a, b) (((a) + (b) - 1) / (b))
#define ALIGN_UP(n, a) (UDIV_UP(n, a) * a)