Revert "添加递归溢出检测代码: #1363"

This reverts commit 8937d9ea92.
This commit is contained in:
ziyue
2022-01-24 11:38:36 +08:00
parent 80ecd2098e
commit 0ae9a8c8c8
2 changed files with 1 additions and 37 deletions

View File

@@ -124,7 +124,6 @@ public:
bool stopSendRtp(MediaSource &sender, const string &ssrc) override;
private:
int _invoke_depth = 0;
std::weak_ptr<MediaSourceEvent> _listener;
};