1
0
mirror of synced 2026-05-01 14:07:24 +00:00

Now using a dedicated ELF section for all coverage counters

This commit is contained in:
Clifford Wolf
2014-07-24 15:05:05 +02:00
parent 22ede43b3f
commit 7679000673
3 changed files with 21 additions and 26 deletions

View File

@@ -29,8 +29,6 @@
#include <vector>
#include <list>
CoverAgent *CoverAgent::first_cover_agent = NULL;
std::vector<FILE*> log_files;
FILE *log_errfile = NULL;
bool log_time = false;