From: Florian Forster Date: Mon, 12 Feb 2007 10:18:08 +0000 (+0100) Subject: src/common.c: Removed the (extern) variable `operating_mode'. X-Git-Tag: collectd-4.0.0~193 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=3e4bbefce5ef9b121c4282fbfd326b6d5e52375d;p=collectd.git src/common.c: Removed the (extern) variable `operating_mode'. --- diff --git a/src/common.c b/src/common.c index 62c1de76..365b74f3 100644 --- a/src/common.c +++ b/src/common.c @@ -32,8 +32,6 @@ # include #endif -extern int operating_mode; - #ifdef HAVE_LIBKSTAT extern kstat_ctl_t *kc; #endif