From aa3e3e1ca5d5524094fde4a45b4f72c6f023689a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 7 Feb 2026 20:12:36 -0500 Subject: lv2specgen: Remove unused variables --- lv2specgen/lv2specgen.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'lv2specgen') diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py index 3eee372..5cc5f0c 100755 --- a/lv2specgen/lv2specgen.py +++ b/lv2specgen/lv2specgen.py @@ -1558,7 +1558,6 @@ if __name__ == "__main__": sys.exit(-1) spec_pre = options.prefix - ontology = "file:" + str(args[0]) output = args[1] docdir = options.docdir tags = options.tags @@ -1568,7 +1567,6 @@ if __name__ == "__main__": path = os.path.dirname(spec) outdir = os.path.abspath(os.path.join(out, path)) - bundle = str(outdir) b = os.path.basename(outdir) if not os.access(os.path.abspath(spec), os.R_OK): -- cgit v1.2.1