From: Michael Tremer Date: Tue, 6 Apr 2021 16:09:59 +0000 (+0000) Subject: constants: Drop unsused PAKFIRE_REPO_SYSTEM_NAME X-Git-Tag: 0.9.28~1285^2~425 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=891c19a75ce3b45fa685fcf78b59f75a7f1d643f;p=pakfire.git constants: Drop unsused PAKFIRE_REPO_SYSTEM_NAME Signed-off-by: Michael Tremer --- diff --git a/src/libpakfire/include/pakfire/constants.h b/src/libpakfire/include/pakfire/constants.h index d4870eef2..2da1a4fbc 100644 --- a/src/libpakfire/include/pakfire/constants.h +++ b/src/libpakfire/include/pakfire/constants.h @@ -29,8 +29,6 @@ #define STRING_SIZE 1024 -#define PAKFIRE_REPO_SYSTEM_NAME "@system" - #define CACHE_PATH "/var/cache/pakfire" #ifdef PAKFIRE_PRIVATE