Delete invalid code

This commit is contained in:
xiongziliang
2024-03-23 22:52:40 +08:00
parent 029813402d
commit d8893877b2
3 changed files with 3 additions and 5 deletions

View File

@@ -35,8 +35,6 @@ extern const std::string kTcpPort;
extern const std::string kTimeOutSec;
}//namespace RTC
class WebRtcArgs;
class WebRtcInterface {
public:
virtual ~WebRtcInterface() = default;