]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Remove DS_TYPE_DISTRIBUTION define
authorBarbara Kaczorowska <bkjg@google.com>
Tue, 18 Aug 2020 17:29:22 +0000 (17:29 +0000)
committerBarbara Kaczorowska <bkjg@google.com>
Wed, 19 Aug 2020 07:42:09 +0000 (07:42 +0000)
src/daemon/utils_cache.c

index ab9423229d329ed17c65636ee672fbe32640eb87..c37cd37052b83106cf8c0f9f8ea4a7a4945ab41c 100644 (file)
@@ -40,9 +40,6 @@
 
 #include <assert.h>
 
-/* 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;