clang port
This commit is contained in:
@@ -125,9 +125,6 @@ private:
|
||||
Event m_event;
|
||||
Event m_connectionEvent;
|
||||
string m_channelName;
|
||||
int m_count;
|
||||
|
||||
timeval m_startTime;
|
||||
|
||||
public:
|
||||
|
||||
@@ -395,8 +392,6 @@ int main (int argc, char *argv[])
|
||||
int opt; // getopt() current option
|
||||
std::string testFile;
|
||||
|
||||
Requester::shared_pointer requester(new RequesterImpl());
|
||||
|
||||
setvbuf(stdout,NULL,_IOLBF,BUFSIZ); // Set stdout to line buffering
|
||||
|
||||
while ((opt = getopt(argc, argv, ":hr:w:i:c:s:l:bf:v")) != -1) {
|
||||
|
||||
Reference in New Issue
Block a user