Skip to content

Commit

Permalink
Revert "clean up (#2070)"
Browse files Browse the repository at this point in the history
This reverts commit af73ddd.
  • Loading branch information
k-ye authored Dec 1, 2020
1 parent af73ddd commit 85f568d
Show file tree
Hide file tree
Showing 3 changed files with 257 additions and 436 deletions.
4 changes: 0 additions & 4 deletions taichi/program/async_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ struct AsyncState {
return unique_id == other.unique_id;
}

bool operator!=(const AsyncState &other) const {
return !(*this == other);
}

std::string name() const;

bool holds_snode() const {
Expand Down
Loading

0 comments on commit 85f568d

Please sign in to comment.