diff options
Diffstat (limited to 'remoting/base')
-rw-r--r-- | remoting/base/auto_thread_unittest.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/base/auto_thread_unittest.cc b/remoting/base/auto_thread_unittest.cc index f78bbf9..3862900 100644 --- a/remoting/base/auto_thread_unittest.cc +++ b/remoting/base/auto_thread_unittest.cc @@ -17,7 +17,6 @@ namespace { const char kThreadName[] = "Test thread"; -const char kThreadName2[] = "Test thread 2"; void SetFlagTask(bool* success) { *success = true; |