Code

zfs_arc: Do not log an error if a value cannot be found.
[collectd.git] / src / daemon / utils_heap.c
index 8dd501da89a625a79ddcf31ed04bdcb318c22fb9..3bae48ee2f03ebc4c5ada00c450544e07a02299b 100644 (file)
@@ -203,5 +203,3 @@ void *c_heap_get_root(c_heap_t *h) {
 
   return (ret);
 } /* void *c_heap_get_root */
-
-/* vim: set sw=2 sts=2 et fdm=marker : */