0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-11-08 23:27:15 -05:00

phash.ph: we haven't required the Graph module for a long time

We removed the need for the Graph module back at checkin
c593173e11 in 2008.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin
2010-02-18 10:36:21 -08:00
parent 7bb0e5263a
commit 3031bb8ee2

View File

@@ -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';