Skip to content

Commit

Permalink
[tag] retag v2.6.0, for GMutable bug, v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunelFeng committed Jul 18, 2024
1 parent 11fe324 commit 0229661
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
8 changes: 0 additions & 8 deletions src/GraphCtrl/GraphElement/GElement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ CVoid GElement::beforeRun() {
}


CVoid GElement::afterRun() {
for (auto& element : this->run_before_) {
element->left_depend_--;
}
this->done_ = true;
}


GElementPtr GElement::setName(const std::string& name) {
CGRAPH_ASSERT_INIT_THROW_ERROR(false)
this->name_ = name.empty() ? this->session_ : name;
Expand Down
6 changes: 0 additions & 6 deletions src/GraphCtrl/GraphElement/GElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,6 @@ class GElement : public GElementObject,
*/
CVoid beforeRun();

/**
* run方法执行之后的执行函数
* @return
*/
CVoid afterRun();

/**
* 判定node是否可以和前面节点一起执行
* @return
Expand Down

0 comments on commit 0229661

Please sign in to comment.