Skip to content

Commit

Permalink
[fix] Fix MemorySubobject warning
Browse files Browse the repository at this point in the history
  • Loading branch information
misonijnik committed Sep 30, 2023
1 parent 3fae575 commit a0bb3ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Core/ExecutionState.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ struct MemorySubobject {
unsigned size;
explicit MemorySubobject(ref<Expr> address, unsigned size)
: address(address), size(size) {}
MemorySubobject &operator=(const MemorySubobject &other) = default;
};

struct MemorySubobjectHash {
Expand Down

0 comments on commit a0bb3ca

Please sign in to comment.