From: Barbara Kaczorowska Date: Tue, 18 Aug 2020 17:29:22 +0000 (+0000) Subject: Remove DS_TYPE_DISTRIBUTION define X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dae82d10df50833a5ca2ad3a7bfc5a399effe8fd;p=thirdparty%2Fcollectd.git Remove DS_TYPE_DISTRIBUTION define --- diff --git a/src/daemon/utils_cache.c b/src/daemon/utils_cache.c index ab9423229..c37cd3705 100644 --- a/src/daemon/utils_cache.c +++ b/src/daemon/utils_cache.c @@ -40,9 +40,6 @@ #include -/* TODO(bkjg): move it to the proper place */ -#define DS_TYPE_DISTRIBUTION 3 - typedef struct cache_entry_s { char name[6 * DATA_MAX_NAME_LEN]; distribution_t *values_distribution;