Skip to content
Snippets Groups Projects
Commit 4ccb3ea7 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Remove unused functions.

parent 4f11a8db
No related branches found
No related tags found
No related merge requests found
......@@ -848,18 +848,6 @@ planPasses(size_t streamIdx, const struct streamMapping *mapping,
return numPasses;
}
static inline unsigned
umax(unsigned a, unsigned b)
{
return a >= b ? a : b;
}
static inline unsigned
umin(unsigned a, unsigned b)
{
return a <= b ? a : b;
}
static inline size_t
szmin(size_t a, size_t b)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment