Skip to content

Commit

Permalink
[Fix] Remove unused variable in GraphExecutorCodegen (apache#8465)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuchenJin authored Jul 14, 2021
1 parent 5c1a1cf commit c16d61b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/relay/backend/graph_executor_codegen.cc
Original file line number Diff line number Diff line change
Expand Up @@ -593,9 +593,7 @@ class GraphExecutorCodegen : public backend::MemoizedExprTranslator<std::vector<
StaticMemoryPlan memory_plan_;
/*! \brief the module name we use to mangle the function names */
String mod_name_;
/*! \brief lowered funcs */
std::unordered_map<std::string, IRModule> lowered_funcs_;
/*! \brief lowered funcs */
/*! \brief function metadata */
Map<String, FunctionInfo> function_metadata_;
/*! \brief name map */
std::unordered_map<std::string, size_t> name_map_;
Expand Down

0 comments on commit c16d61b

Please sign in to comment.