Fix compilation error in previous commit

This commit is contained in:
Ismael Gomez 2018-07-12 11:49:56 +02:00
parent d57bf0f786
commit 685b368df2
1 changed files with 0 additions and 2 deletions

View File

@ -37,8 +37,6 @@ gtpu::gtpu():mchthread()
{
pdcp = NULL;
gtpu_log = NULL;
gtp_bind_addr = NULL;
mme_addr = NULL;
pool = NULL;
pthread_mutex_init(&mutex, NULL);