X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fccanlint.h;fp=tools%2Fccanlint%2Fccanlint.h;h=9a4817092acecc6c08e67bffac7c43158bd3c1da;hp=827fba141ff1c3908a790df7f793cc5f1ae43755;hb=8af0812be4b3fcb82d82b70ea1b571225a76ca19;hpb=b931f4765272d68de3b5e35d70c1933c27bcdea4 diff --git a/tools/ccanlint/ccanlint.h b/tools/ccanlint/ccanlint.h index 827fba14..9a481709 100644 --- a/tools/ccanlint/ccanlint.h +++ b/tools/ccanlint/ccanlint.h @@ -20,6 +20,7 @@ extern int verbose; enum compile_type { COMPILE_NORMAL, COMPILE_NOFEAT, + COMPILE_COVERAGE, COMPILE_TYPES }; @@ -182,9 +183,6 @@ struct ccan_file { /* If this file gets compiled (eg. .C file to .o file), result here. */ char *compiled[COMPILE_TYPES]; - /* Compiled with coverage information. */ - char *cov_compiled; - /* Filename containing output from valgrind. */ char *valgrind_log;