Removed unused members from Blaster.h

This commit is contained in:
Ivan Skytte Jørgensen
2016-08-09 13:46:01 +02:00
parent 01163c9316
commit 005d00d9ee

@ -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;
};