Remove unused datadir variable

This commit is contained in:
Aydın Mercan 2025-07-24 12:56:51 +03:00
parent 0a56c71865
commit e8c3bcc0a2
No known key found for this signature in database

View file

@ -113,7 +113,6 @@ sphinx_build = find_program('sphinx-build', required: doc_opt)
prefix = get_option('prefix')
bindir = prefix / get_option('bindir')
datadir = prefix / get_option('datadir')
libdir = prefix / get_option('libdir')
localstatedir = prefix / get_option('localstatedir')
mandir = prefix / get_option('mandir')