Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
NianJi committed Apr 25, 2019
1 parent 8c38c11 commit 9aec39b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cocore/co_csp.m
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,6 @@ static int altcopy(chan_alt *s, chan_alt *r) {
if(s && r){
// no buffer
if (c->buffer.count == 0) {
if (s->custom_exec) {
s->custom_exec();
}
amove(r->value, s->value, c->buffer.elemsize);
return 1;
} else {
Expand Down

0 comments on commit 9aec39b

Please sign in to comment.