mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 02:25:53 +00:00
[fold] remove tech debt
This commit is contained in:
@@ -350,7 +350,7 @@ public:
|
|||||||
|
|
||||||
auto cachedData = entry.lock();
|
auto cachedData = entry.lock();
|
||||||
|
|
||||||
if (cachedData /* && entry.ptr*/)
|
if (cachedData)
|
||||||
{
|
{
|
||||||
if (replace(entry.ptr))
|
if (replace(entry.ptr))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user