精简代码

This commit is contained in:
xiongziliang
2022-09-03 16:27:30 +08:00
parent c8ea6490cd
commit 06c6654ed5
6 changed files with 1 additions and 7 deletions

View File

@@ -52,7 +52,6 @@ public:
strongSelf->onReaderChanged(size);
};
_ring = std::make_shared<RingType>(0, std::move(lam));
onReaderChanged(0);
regist();
}