From: Michael Tremer Date: Sat, 5 Jun 2021 13:31:32 +0000 (+0000) Subject: constants: Drop unused ccache cache directory X-Git-Tag: 0.9.28~1285^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=034a4b36af4430328dc5892d3b9f5e20ff47dde2;p=pakfire.git constants: Drop unused ccache cache directory Signed-off-by: Michael Tremer --- diff --git a/src/pakfire/constants.py b/src/pakfire/constants.py index 8190c5cce..fcfe05b4c 100644 --- a/src/pakfire/constants.py +++ b/src/pakfire/constants.py @@ -33,9 +33,6 @@ SYSCONFDIR = "/etc" CONFIG_DIR = os.path.join(SYSCONFDIR, "pakfire") CONFIG_DISTRO_DIR = os.path.join(CONFIG_DIR, "distros") -CACHE_DIR = "/var/cache/pakfire" -CCACHE_CACHE_DIR = os.path.join(CACHE_DIR, "ccache") - BUFFER_SIZE = 102400 PACKAGE_EXTENSION = "pfm"