Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLAScommon
Commits
8949fb44
Commit
8949fb44
authored
May 20, 2021
by
Steffen Vogel
🎅🏼
Browse files
kernel: remove dead code
parent
9e29301e
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/villas/kernel/kernel.hpp
View file @
8949fb44
...
...
@@ -33,17 +33,6 @@ namespace kernel {
/** Get the version of the kernel. */
utils
::
Version
getVersion
();
#if WITH_CAP
#include
<sys/capability.h>
/** Check if current process has capability \p cap.
*
* @retval 0 If capabilty is present.
* @retval <0 If capability is not present.
*/
int
check_cap
(
cap_value_t
cap
);
#endif
/** Get number of reserved hugepages. */
int
get_nr_hugepages
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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