Remove unnecessary reference from sesman/config.c

Following commit 81703c426f, there are
no longer any references to g_cfg from within this file, and so the
external reference can be removed.
This commit is contained in:
matt335672 2019-04-11 11:28:33 +01:00
parent 006721fea8
commit fe97b983f5

View File

@ -34,8 +34,6 @@
#include "sesman.h"
#include "log.h"
extern struct config_sesman *g_cfg; /* in sesman.c */
/******************************************************************************/