util.h: remove unused macro ALIGN (#20673)

old-commit-hash: eb4666b38f
commatwo_master
Dean Lee 4 years ago committed by GitHub
parent 31d818b39a
commit ba58b382e2
  1. 3
      selfdrive/common/util.h

@ -20,9 +20,6 @@
typedef void (*sighandler_t)(int sig);
#endif
#undef ALIGN
#define ALIGN(x, align) (((x) + (align)-1) & ~((align)-1))
// Reads a file into a newly allocated buffer.
//
// Returns NULL on failure, otherwise the NULL-terminated file contents.

Loading…
Cancel
Save