removed redundent funcs

This commit is contained in:
Dominik Maier
2020-04-16 17:50:08 +02:00
parent 380ff114e9
commit 6940e13629
9 changed files with 96 additions and 202 deletions

View File

@ -60,7 +60,7 @@
#include <sys/shm.h>
#endif
list_t shm_list = {.element_prealloc_count = 0};
static list_t shm_list = {.element_prealloc_count = 0};
/* Get rid of shared memory. */