summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/pacman.c')
-rw-r--r--src/pacman/pacman.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index 82765342..73f8c637 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -148,12 +148,6 @@ int main(int argc, char *argv[])
if(parseconfig(config->configfile, config) == -1) {
cleanup(1);
}
- if(config->dbpath == NULL) {
- config->dbpath = strdup(PM_DBPATH);
- }
- if(config->cachedir == NULL) {
- config->cachedir = strdup(PM_CACHEDIR);
- }
/* set library parameters */
if(alpm_set_option(PM_OPT_LOGMASK, (long)config->debug) == -1) {