Pavel Labath 061140c680 Remove Timer::Initialize routine
Summary:
I've run into an issue when running unit tests, where the underlying problem turned out to be
that we were creating Timer objects (through several layers of indirection) without calling
Timer::Initialize. Since Timer's thread-local storage was not properly initialized, we were
overwriting gtest's own thread-local storage, causing test failures.

Instead of requiring that every test calls Timer::Initialize(), I remove the function altogether:
The thread-local storage can be initialized on-demand, and the g_file variable initialized to
stdout and never changed, so I have simply removed it.

Reviewers: clayborg, zturner, tberghammer

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D16722

llvm-svn: 259356
2016-02-01 13:29:41 +00:00
..
2015-09-03 08:46:55 +00:00
2015-04-14 21:34:51 +00:00
2015-07-22 00:16:02 +00:00
2015-12-04 21:23:24 +00:00
2012-02-24 01:59:29 +00:00
2015-09-22 05:07:56 +00:00
2015-08-26 23:55:14 +00:00
2013-01-25 18:06:21 +00:00
2016-02-01 13:29:41 +00:00
2013-01-25 18:06:21 +00:00
2013-01-25 18:06:21 +00:00