summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-17 23:56:55 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-17 23:56:55 +0100
commit85986ebc99aaae8507d889a027da6e3177e1348b (patch)
tree89274f67f8ce4a773ef0de175663a438a6144740 /test
parent2f0c03c8c410d8ddaace554d069575efcb3aa99f (diff)
Remove unused variable.
Diffstat (limited to 'test')
-rw-r--r--test/audio_merger_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/audio_merger_test.cc b/test/audio_merger_test.cc
index 82b7a29d8..31d055ab7 100644
--- a/test/audio_merger_test.cc
+++ b/test/audio_merger_test.cc
@@ -28,7 +28,6 @@ using boost::shared_ptr;
using boost::bind;
static shared_ptr<const AudioBuffers> last_audio;
-static int last_time;
static int
pass_through (int x)