From: Michael Tremer Date: Mon, 27 Jan 2025 15:02:09 +0000 (+0000) Subject: constants: Remove unused values X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67f6ba591c8e7ab450019597112dd9acc6f5c826;p=pbs.git constants: Remove unused values Signed-off-by: Michael Tremer --- diff --git a/src/buildservice/constants.py.in b/src/buildservice/constants.py.in index 472005c0..3a1ecaa4 100644 --- a/src/buildservice/constants.py.in +++ b/src/buildservice/constants.py.in @@ -2,14 +2,10 @@ PACKAGE_NAME = "@PACKAGE_NAME@" -CONFIGSDIR = "@configsdir@" -DATADIR = "@datadir@" LOCALEDIR = "@localedir@" TEMPLATESDIR = "@templatesdir@" STATICDIR = "@staticdir@" -BUFFER_SIZE = 1024 * 100 # 100kb - FILE_EXTENSIONS_VIEWABLE = ( ".c", ".cc",