Remove unused variable

This commit is contained in:
Baptiste Daroussin 2015-10-10 20:23:40 +00:00
parent a6d9ccc966
commit 8a102da7c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399017

View file

@ -3031,7 +3031,6 @@ check-deprecated:
# Check if the port is listed in the vulnerability database
AUDITFILE?= ${PKG_DBDIR}/vuln.xml
_EXTRACT_AUDITFILE= ${CAT} "${AUDITFILE}"
check-vulnerable:
.if !defined(DISABLE_VULNERABILITIES) && !defined(PACKAGE_BUILDING)