summaryrefslogtreecommitdiffstats
path: root/src
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
parent80dfb15009fecd4cd26e45d4dabecaf1b8fa9a10 (diff)
downloadingen-540532718d9762d06ca169f73768981ce37f7ac6.tar.gz
ingen-540532718d9762d06ca169f73768981ce37f7ac6.tar.bz2
ingen-540532718d9762d06ca169f73768981ce37f7ac6.zip
Remove unused local variable
Diffstat (limited to 'src')
-rw-r--r--src/.clang-tidy1
-rw-r--r--src/Serialiser.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index 6f3c463b..13a97efc 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -6,7 +6,6 @@ Checks: >
-bugprone-easily-swappable-parameters,
-bugprone-multi-level-implicit-pointer-conversion,
-bugprone-unchecked-optional-access,
- -bugprone-unused-local-non-trivial-variable,
-cert-dcl50-cpp,
-cert-err33-c,
-cert-err34-c,
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);