mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-14 02:36:06 -04:00
Removed unused members from Blaster.h
This commit is contained in:
@ -13,7 +13,6 @@ struct StateBD {
|
||||
//Url m_u1,m_u2;
|
||||
//Url *m_u;
|
||||
char *m_u1,*m_u2;
|
||||
char *m_u;
|
||||
char *m_buf1;
|
||||
int32_t m_buf1Len;
|
||||
int32_t m_buf1MaxLen;
|
||||
@ -83,8 +82,6 @@ class Blaster {
|
||||
bool m_verbose;
|
||||
bool m_isLogFile;
|
||||
int64_t m_startTime;
|
||||
int32_t m_numUrls;
|
||||
char **m_lineStart;
|
||||
bool m_blasterDiff;
|
||||
bool m_print;
|
||||
};
|
||||
|
Reference in New Issue
Block a user