makepkg: remove dead code from handle_deps
commit889c260cbf6cf497169ca9b75df121d04140441d
authorAndres P <aepd87@gmail.com>
Fri, 25 Jun 2010 23:16:38 +0000 (25 18:46 -0430)
committerDan McGee <dan@archlinux.org>
Mon, 13 Dec 2010 02:25:09 +0000 (12 20:25 -0600)
tree9e786269b1610f3c72e590e8a43801aac7eea6c2
parent579533d1a07808c3e0458d6042d6039e56c38de2
makepkg: remove dead code from handle_deps

The error message that has been removed never gets to print because, given the
same condition, handle_deps throws the same error and then immediately exits
makepkg.

Signed-off-by: Andres P <aepd87@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
scripts/makepkg.sh.in