1
0
Fork 0
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:
Steffen Vogel 2018-12-02 03:08:45 +01:00
parent d6a0b27fc8
commit 3a45ae3b3d

View file

@ -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();