Merge pull request #1331 from matt335672/remove-unnecessary-g_cfg

Remove unnecessary reference from sesman/config.c
This commit is contained in:
metalefty 2019-04-16 09:46:57 +09:00 committed by GitHub
commit ac5024fcd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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