diff options
| author | David Robillard <d@drobilla.net> | 2026-02-07 20:12:36 -0500 |
|---|---|---|
| committer | David Robillard <d@drobilla.net> | 2026-02-07 20:41:31 -0500 |
| commit | aa3e3e1ca5d5524094fde4a45b4f72c6f023689a (patch) | |
| tree | 4655abb1920ead1b86ffceb19332c40d6c2be97c /lv2specgen | |
| parent | f972e9ffa4678492c9fd3939f6156f209af4e674 (diff) | |
| download | lv2-aa3e3e1ca5d5524094fde4a45b4f72c6f023689a.tar.xz | |
lv2specgen: Remove unused variables
Diffstat (limited to 'lv2specgen')
| -rwxr-xr-x | lv2specgen/lv2specgen.py | 2 |
1 files changed, 0 insertions, 2 deletions
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): |