Fix compile error (#1780)

This commit is contained in:
kangkaisen
2019-09-10 23:48:42 +08:00
committed by ZHAO Chun
parent dcdfc5faf2
commit 5a12a1d7df

View File

@ -262,6 +262,9 @@ void RoutineLoadTaskExecutor::exec_task(
};
DeferOp delete_tp(std::bind<void>(tp_deleter));
}
break;
default:
return;
}
cb(ctx);
}