Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
idealvin committed Oct 21, 2023
1 parent 1414d86 commit 31355ab
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/co/def.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ typedef uint64_t uint64;
#define MIN_INT32 ((int32) ~MAX_INT32)
#define MIN_INT64 ((int64) ~MAX_INT64)

struct __none {
constexpr __none() = default;
~__none() = default;
};

#define DISALLOW_COPY_AND_ASSIGN(T) \
T(const T&) = delete; \
void operator=(const T&) = delete
Expand Down

0 comments on commit 31355ab

Please sign in to comment.