Skip to content

Remove PAGE_WRITE_PROTECT_CLEARED and MASK.

Raymond Toy requested to merge issue-89-remove-page-write-protect-cleared into master

This macro and mask is only used once to set the bit (near line 498). It's not read anywhere, so remove it.

Addresses #89 (closed).

Merge request reports