mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
remove unused variable
This commit is contained in:
parent
d6a0b27fc8
commit
3a45ae3b3d
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ int memory_init(int hugepages)
|
|||
return ret;
|
||||
|
||||
#if defined(__linux__) && defined(__x86_64__)
|
||||
int pagecnt, pagesz, ret;
|
||||
int pagecnt, pagesz;
|
||||
struct rlimit l;
|
||||
|
||||
pagecnt = kernel_get_nr_hugepages();
|
||||
|
|
Loading…
Add table
Reference in a new issue