Remove the useless ACMTest base class

Bug: webrtc:8396
Change-Id: I021a2429910b21ffe4829e0ed51b9290bc715c0c
Reviewed-on: https://webrtc-review.googlesource.com/102884
Reviewed-by: Niels Moller <nisse@webrtc.org>
Commit-Queue: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24907}
This commit is contained in:
Karl Wiberg
2018-10-01 12:31:22 +02:00
committed by Commit Bot
parent 4f340fa01e
commit 3ff52ffa22
11 changed files with 14 additions and 46 deletions

View File

@ -13,7 +13,6 @@
#include <memory>
#include "modules/audio_coding/test/ACMTest.h"
#include "modules/audio_coding/test/Channel.h"
#include "modules/audio_coding/test/PCMFile.h"
@ -47,12 +46,12 @@ class TestPack : public AudioPacketizationCallback {
size_t payload_size_;
};
class TestAllCodecs : public ACMTest {
class TestAllCodecs {
public:
explicit TestAllCodecs(int test_mode);
~TestAllCodecs();
void Perform() override;
void Perform();
private:
// The default value of '-1' indicates that the registration is based only on