]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
utils_cache.c: fix obsolete comment
authorEero Tamminen <eero.t.tamminen@intel.com>
Mon, 29 Jan 2024 16:44:44 +0000 (18:44 +0200)
committerEero Tamminen <eero.t.tamminen@intel.com>
Mon, 29 Jan 2024 16:53:30 +0000 (18:53 +0200)
Fixes: 95a54dd0f69c04
Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>
src/daemon/utils_cache.c

index dd5e2516c0f96dae8d41ec5bc6a3c4ba53723ddd..ee4a380ee0b95760db11f6791acd5fa2ff42af6a 100644 (file)
@@ -969,7 +969,7 @@ int uc_meta_data_toc(metric_t const *m, char ***key) { UC_WRAP(meta_data_toc); }
 #undef UC_WRAP
 
 /* We need a new version of this macro because the following functions take
- * two arguments. Gratuitous semicolons added for formatting sanity. */
+ * two arguments. */
 #define UC_WRAP(wrap_function)                                                 \
   do {                                                                         \
     pthread_mutex_lock(&cache_lock);                                           \