aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_sanity.cpp
diff options
context:
space:
mode:
authorPaul Adenot <[email protected]>2016-10-17 15:31:33 +0200
committerPaul Adenot <[email protected]>2016-10-17 15:31:33 +0200
commit30ac9f0c8e691f746277532a87451a0198e6ed6f (patch)
treed7c9938dd2fe8c8c001b038da81d2607f22bd75d /test/test_sanity.cpp
parenta17d262ea0578f2ed9891e202ecd65b3809d9cc1 (diff)
downloadcubeb-30ac9f0c8e691f746277532a87451a0198e6ed6f.tar.gz
cubeb-30ac9f0c8e691f746277532a87451a0198e6ed6f.zip
Revert "opensl: Implement capture and full-duplex streams."
This reverts commit d880e44e192520fb7c1ed5a240d52d22972eb892.
Diffstat (limited to 'test/test_sanity.cpp')
-rw-r--r--test/test_sanity.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_sanity.cpp b/test/test_sanity.cpp
index 1ca1b88..282dd97 100644
--- a/test/test_sanity.cpp
+++ b/test/test_sanity.cpp
@@ -582,8 +582,6 @@ test_drain(void)
cubeb_stream_destroy(stream);
cubeb_destroy(ctx);
- got_drain = 0;
- do_drain = 0;
END_TEST;
}