diff options
author | H. Peter Anvin <hpa@zytor.com> | 2010-02-18 10:36:21 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-02-18 10:36:21 -0800 |
commit | 3031bb8ee252675e692cc9ee66249e975b47c00f (patch) | |
tree | 71b3283caf9817721eabf407ce9495a7c26d48c7 /perllib | |
parent | 7bb0e5263a5c63a6910257804c03ffba11a3044f (diff) | |
download | nasm-3031bb8ee252675e692cc9ee66249e975b47c00f.tar.gz nasm-3031bb8ee252675e692cc9ee66249e975b47c00f.tar.bz2 nasm-3031bb8ee252675e692cc9ee66249e975b47c00f.zip |
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>
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/phash.ph | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perllib/phash.ph b/perllib/phash.ph index 8feb6b7..6b31f0a 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'; |