!11965 delete todo codes

From: @zhoufeng54
Reviewed-by: @xu-yfei,@kisnwang
Signed-off-by: @xu-yfei
This commit is contained in:
mindspore-ci-bot 2021-02-02 14:16:11 +08:00 committed by Gitee
commit 258afe86f9
2 changed files with 0 additions and 8 deletions

View File

@ -100,7 +100,4 @@ class CachePerfRun {
};
} // namespace dataset
} // namespace mindspore
// todo: waiting for the master of the codes to refactor
#define get_code StatusCode
#define kDuplicateKey kMDDuplicateKey
#endif // MINDSPORE_CCSRC_MINDDATA_DATASET_ENGINE_CACHE_PERF_RUN_H_

View File

@ -115,9 +115,4 @@ class CachePipelineRun {
};
} // namespace dataset
} // namespace mindspore
// todo: waiting for the master of the codes to refactor
#define get_code StatusCode
#define kDuplicateKey kMDDuplicateKey
#define IsOutofMemory() StatusCode() == StatusCode::kMDOutOfMemory
#define IsNoSpace() StatusCode() == StatusCode::kMDNoSpace
#endif // MINDSPORE_CCSRC_MINDDATA_DATASET_ENGINE_CACHE_PIPELINE_RUN_H_