]> git.ipfire.org Git - pbs.git/commitdiff
constants: Remove unused values
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Jan 2025 15:02:09 +0000 (15:02 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Jan 2025 15:02:09 +0000 (15:02 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/constants.py.in

index 472005c0add7615fa7ad4dd23f451f4c6728633d..3a1ecaa448c9b563b4aa3202daedd146fab5aa23 100644 (file)
@@ -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",