Skip to content

Commit

Permalink
remove fatal (apache#5888)
Browse files Browse the repository at this point in the history
  • Loading branch information
comaniac authored and Trevor Morris committed Jun 30, 2020
1 parent c01fa93 commit 7b4ccb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/target/source/source_module.cc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ class CSourceModuleNode : public runtime::ModuleNode {
return PackedFunc(
[sptr_to_self, this](TVMArgs args, TVMRetValue* rv) { *rv = this->const_vars_; });
} else {
LOG(FATAL) << "Unknown packed function: " << name;
return PackedFunc(nullptr);
}
}
Expand Down

0 comments on commit 7b4ccb5

Please sign in to comment.