From 3f69656ed2a8dee9f5a67041daa8b27e2cd13895 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 3 May 2008 23:26:56 +0000 Subject: Parse files directly into "world" model instead of into a temporary model, then copying. git-svn-id: http://svn.drobilla.net/lad/slv2@1196 a436a847-0d15-0410-975c-d299462d15a1 --- src/plugin.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/plugin.c') diff --git a/src/plugin.c b/src/plugin.c index 6e3d94e..1479bc6 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -234,6 +234,7 @@ slv2_plugin_load(SLV2Plugin p) librdf_query_results_next(results); } + // Not necessary due to ORDER BY clause //raptor_sequence_sort(p->ports, slv2_port_compare_by_index); librdf_free_query_results(results); @@ -261,8 +262,6 @@ slv2_plugin_load(SLV2Plugin p) librdf_free_query_results(results); librdf_free_query(q); - - //printf("%p %s: NUM PORTS: %d\n", (void*)p, p->plugin_uri, slv2_plugin_get_num_ports(p)); } -- cgit v1.2.1