log: remove pointless inline

parent 1aac9f39
......@@ -762,7 +762,7 @@ int lxc_log_set_level(int *dest, int level)
return 0;
}
inline int lxc_log_get_level(void)
int lxc_log_get_level(void)
{
return lxc_log_category_lxc.priority;
}
......
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