summaryrefslogtreecommitdiffstats
path: root/src/Serialiser.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-07-17 10:38:02 -0400
committerDavid Robillard <d@drobilla.net>2024-07-17 11:47:19 -0400
commit540532718d9762d06ca169f73768981ce37f7ac6 (patch)
treece94a10d4422623ff8975e466d3542b4cd3f4e0a /src/Serialiser.cpp
parent80dfb15009fecd4cd26e45d4dabecaf1b8fa9a10 (diff)
downloadingen-540532718d9762d06ca169f73768981ce37f7ac6.tar.gz
ingen-540532718d9762d06ca169f73768981ce37f7ac6.tar.bz2
ingen-540532718d9762d06ca169f73768981ce37f7ac6.zip
Remove unused local variable
Diffstat (limited to 'src/Serialiser.cpp')
-rw-r--r--src/Serialiser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Serialiser.cpp b/src/Serialiser.cpp
index e5d3cb15..27b3c071 100644
--- a/src/Serialiser.cpp
+++ b/src/Serialiser.cpp
@@ -118,7 +118,6 @@ Serialiser::Impl::write_manifest(const FilePath& bundle_path,
const std::shared_ptr<const Node>&)
{
const FilePath manifest_path(bundle_path / "manifest.ttl");
- const FilePath binary_path(ingen_module_path("lv2"));
start_to_file(raul::Path("/"), manifest_path);