Code

lpar plugin: Move / add comments.
[collectd.git] / src / oracle.c
index 3fe21254ab33f08391ec7c45c6c26216ec074816..2f218519e34bfcc30faf29847eba91c00961e2e2 100644 (file)
@@ -331,7 +331,7 @@ static int o_config (oconfig_item_t *ci) /* {{{ */
     oconfig_item_t *child = ci->children + i;
     if (strcasecmp ("Query", child->key) == 0)
       udb_query_create (&queries, &queries_num, child,
-          /* callback = */ NULL, /* legacy mode = */ 0);
+          /* callback = */ NULL);
     else if (strcasecmp ("Database", child->key) == 0)
       o_config_add_database (child);
     else