Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
4ccb3ea7
Commit
4ccb3ea7
authored
Apr 08, 2016
by
Thomas Jahns
🤸
Browse files
Remove unused functions.
parent
4f11a8db
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pio_server.c
View file @
4ccb3ea7
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment