Skip to content

Commit a0bb3ca

Browse files
committed
[fix] Fix MemorySubobject warning
1 parent 3fae575 commit a0bb3ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Core/ExecutionState.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ struct MemorySubobject {
230230
unsigned size;
231231
explicit MemorySubobject(ref<Expr> address, unsigned size)
232232
: address(address), size(size) {}
233-
MemorySubobject &operator=(const MemorySubobject &other) = default;
234233
};
235234

236235
struct MemorySubobjectHash {

0 commit comments

Comments
 (0)