Skip to content

Commit 51ecd47

Browse files
author
UESTC-AHao
committed
fixed
1 parent b2d36d4 commit 51ecd47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ucm/store/device/simu/simu_device.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class SimuDevice : public IBufferedDevice {
3737
}
3838
Status Setup(bool transferUseDirect) override
3939
{
40-
if(transferUseDirect) {InitGdsOnce();}
4140
auto status = IBufferedDevice::Setup(transferUseDirect);
4241
if (status.Failure()) { return status; }
4342
if (!this->backend_.SetWorkerFn([](auto& task, const auto&) { task(); }).Run()) {

0 commit comments

Comments
 (0)