summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2010-02-18 10:36:21 -0800
committerH. Peter Anvin <hpa@zytor.com>2010-02-18 10:36:21 -0800
commit3031bb8ee252675e692cc9ee66249e975b47c00f (patch)
tree71b3283caf9817721eabf407ce9495a7c26d48c7
parent7bb0e5263a5c63a6910257804c03ffba11a3044f (diff)
downloadnasm-3031bb8ee252675e692cc9ee66249e975b47c00f.tar.gz
phash.ph: we haven't required the Graph module for a long time
We removed the need for the Graph module back at checkin c593173e110244f99a3498cb3e23d6c3c07bae35 in 2008. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--perllib/phash.ph2
1 files changed, 0 insertions, 2 deletions
diff --git a/perllib/phash.ph b/perllib/phash.ph
index 8feb6b70..6b31f0a0 100644
--- a/perllib/phash.ph
+++ b/perllib/phash.ph
@@ -3,8 +3,6 @@
# Perfect Minimal Hash Generator written in Perl, which produces
# C output.
#
-# Requires the CPAN Graph module (tested against 0.81, 0.83, 0.84)
-#
require 'random_sv_vectors.ph';
require 'crc64.ph';