fix(library/vm/vm): incorrect assertion
This commit is contained in:
parent
8c1238637a
commit
682407b54d
1 changed files with 0 additions and 1 deletions
|
|
@ -74,7 +74,6 @@ public:
|
|||
}
|
||||
|
||||
vm_obj_cell * raw() const {
|
||||
lean_assert(LEAN_VM_IS_PTR(m_data));
|
||||
return m_data;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue