summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/pacman.c')
-rw-r--r--src/pacman/pacman.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index 8930d064..75ce1bca 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -86,10 +86,6 @@ int main(int argc, char *argv[])
/* init config data */
config = config_new();
- if(config == NULL) {
- ERR(NL, "could not allocate memory for pacman config data.\n");
- return(1);
- }
config->op = PM_OP_MAIN;
config->debug |= PM_LOG_WARNING;