mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
kernel: remove dead code
This commit is contained in:
parent
4f7a7baab5
commit
3b06c30805
1 changed files with 0 additions and 11 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue