Commit 8f0a4bc1 authored by Mathieu Valois's avatar Mathieu Valois
Browse files

Remove unused members

parent f09268e6
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
#ifndef THREAD_DATA_H
#define THREAD_DATA_H
#ifndef STATISTICS_H
#define STATISTICS_H

#include <string>
#include <unordered_map>
@@ -39,8 +39,6 @@ struct Statistics {
	bool operator==(const Statistics& other) const;
	int thread_id;
	std::string filename;
	uint64_t lineBegin = 0;
	uint64_t lineEnd = 0;

	uint64_t total_counter = 0;
	uint64_t total_filter = 0;
@@ -64,4 +62,4 @@ struct Statistics {

#pragma omp declare reduction(dataSum: Statistics : omp_out += omp_in ) initializer(omp_priv(omp_orig))

#endif // THREAD_DATA_H
 No newline at end of file
#endif // STATISTICS_H
 No newline at end of file