From fe97b983f532ee81c58cbcafd47b7021832549d6 Mon Sep 17 00:00:00 2001 From: matt335672 <30179339+matt335672@users.noreply.github.com> Date: Thu, 11 Apr 2019 11:28:33 +0100 Subject: [PATCH] Remove unnecessary reference from sesman/config.c Following commit 81703c426f8498022c28a231df7d88ca28bfa842, there are no longer any references to g_cfg from within this file, and so the external reference can be removed. --- sesman/config.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sesman/config.c b/sesman/config.c index cce75bf2..ebadfd83 100644 --- a/sesman/config.c +++ b/sesman/config.c @@ -34,8 +34,6 @@ #include "sesman.h" #include "log.h" -extern struct config_sesman *g_cfg; /* in sesman.c */ - /******************************************************************************/