summaryrefslogtreecommitdiffstats
path: root/media/audio/win/waveout_output_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/audio/win/waveout_output_win.h')
-rw-r--r--media/audio/win/waveout_output_win.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/media/audio/win/waveout_output_win.h b/media/audio/win/waveout_output_win.h
index 03e019c..e7cb4ed 100644
--- a/media/audio/win/waveout_output_win.h
+++ b/media/audio/win/waveout_output_win.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -129,9 +129,6 @@ class PCMWaveOutAudioOutputStream : public AudioOutputStream {
// Lock used to avoid the conflict when callbacks are called simultaneously.
base::Lock lock_;
- // Temporary here, for CHECK().
- DWORD thread_id_;
-
DISALLOW_COPY_AND_ASSIGN(PCMWaveOutAudioOutputStream);
};