summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);