From cc5ec7438bfc46fbbdcf980ba4f7f3d4a3e78e52 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 30 Oct 2015 00:33:47 +0000 Subject: Remove unused variable git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5806 a436a847-0d15-0410-975c-d299462d15a1 --- src/Parser.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/Parser.cpp b/src/Parser.cpp index da0e9376..50ccb975 100644 --- a/src/Parser.cpp +++ b/src/Parser.cpp @@ -127,10 +127,9 @@ get_properties(Ingen::World* world, const Sord::Node& subject, Resource::Graph ctx) { - SerdChunk out = { NULL, 0 }; - LV2_URID_Map* map = &world->uri_map().urid_map_feature()->urid_map; - LV2_URID_Unmap* unmap = &world->uri_map().urid_unmap_feature()->urid_unmap; - Sratom* sratom = sratom_new(map); + SerdChunk out = { NULL, 0 }; + LV2_URID_Map* map = &world->uri_map().urid_map_feature()->urid_map; + Sratom* sratom = sratom_new(map); LV2_Atom_Forge forge; lv2_atom_forge_init(&forge, map); -- cgit v1.2.1