Commit 17c6592b authored by Nils Goroll's avatar Nils Goroll

retire the unused checksum file

parent 2ad82986
......@@ -61,7 +61,6 @@ src/gen/fixup.*
src/gen/gen_dcs_match_mem
src/vcc_if.c
src/vcc_if.h
src/gen/dcs_classifier.checksum
src/*.rst
test-driver
dcs_classifier-*
......
......@@ -12,8 +12,6 @@ include_HEADERS = \
gen/dcs_match_mem.h \
dcs_type.h
CHECKSUM = `cat gen/dcs_classifier.checksum`
lib_LTLIBRARIES = libdcs.la
bin_PROGRAMS = dcs dcs_test
......
......@@ -68,15 +68,13 @@ use constant {
F_CLASSIFIER_C => 1,
F_CLASSIFIER_H => 2,
F_TYPE_C => 3,
F_CHECKSUM => 4,
F_MAX => 4
F_MAX => 3
};
my @filenames;
$filenames[F_CLASSIFIER_C] = 'dcs_classifier.c';
$filenames[F_CLASSIFIER_H] = 'dcs_classifier.h';
$filenames[F_TYPE_C] = 'dcs_type.c';
$filenames[F_CHECKSUM] = 'dcs_classifier.checksum';
{
my @fhs;
......@@ -932,8 +930,6 @@ my $dcs_type_count = scalar(keys %typeenum2nbtype);
################################################################################
## generate the data
_VCL (F_CHECKSUM, VCL_TOP, $dbchecksums[0]."\n");
boilerplate_autogen_c(F_CLASSIFIER_C, $dbboilerplate);
boilerplate_autogen_c(F_CLASSIFIER_H, undef);
boilerplate_autogen_c(F_TYPE_C, undef);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment