From b66d014ff721a879391e28cd86a9760571a20695 Mon Sep 17 00:00:00 2001 From: zhang Date: Fri, 12 Nov 2021 10:21:25 +0800 Subject: [PATCH] add hcs macro config Signed-off-by: zhang --- {utils/include => include/utils}/hcs_macro.h | 0 tools/hc-gen/src/macro_gen.h | 2 -- 2 files changed, 2 deletions(-) rename {utils/include => include/utils}/hcs_macro.h (100%) diff --git a/utils/include/hcs_macro.h b/include/utils/hcs_macro.h similarity index 100% rename from utils/include/hcs_macro.h rename to include/utils/hcs_macro.h diff --git a/tools/hc-gen/src/macro_gen.h b/tools/hc-gen/src/macro_gen.h index 7e4981af..647bf60b 100755 --- a/tools/hc-gen/src/macro_gen.h +++ b/tools/hc-gen/src/macro_gen.h @@ -46,8 +46,6 @@ private: std::string GenRefObjName(uint32_t depth, const std::shared_ptr &object); - const std::string &TypeToStr(uint32_t type); - std::ofstream ofs_; std::string outFileName_; std::map nodeNameMap_;