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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index fa3003e2..5498fab5 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -412,8 +412,6 @@ int main(int argc, char *argv[])
/*setenv("MALLOC_TRACE","pacman.mtrace", 0);*/
mtrace();
#endif
- maxcols = getcols();
-
/* set signal handlers */
signal(SIGINT, cleanup);
signal(SIGTERM, cleanup);