Bug 898015 - delete unused gStopFlushingThread variable in VisualEventTracer.cpp; r=mayhemer

This commit is contained in:
Nathan Froyd 2013-07-25 12:27:33 -04:00
Родитель 77b6cb34a8
Коммит 9cdf7cb227
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -383,9 +383,6 @@ EventFilter::EventPasses(const char * eventName)
return false;
}
// State var to stop the flushing thread
bool gStopFlushingThread = false;
// State and control variables, initialized in Init() method, after it
// immutable and read concurently.
EventFilter * gEventFilter = nullptr;