Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
fps committed May 30, 2022
1 parent 3452c71 commit 3518c13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/lv2bench.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ bench(const LilvPlugin* p, uint32_t sample_count, uint32_t block_size)
(LV2_Atom_Sequence*)malloc(sizeof(LV2_Atom_Sequence) + atom_capacity);

const char* uri = lilv_node_as_string(lilv_plugin_get_uri(p));
// printf("URI: %s\n", lilv_node_as_uri(lilv_plugin_get_uri(p)));
LilvNodes* required = lilv_plugin_get_required_features(p);
LILV_FOREACH (nodes, i, required) {
const LilvNode* feature = lilv_nodes_get(required, i);
Expand Down

0 comments on commit 3518c13

Please sign in to comment.