Skip to content
Snippets Groups Projects
Commit b8ad423d authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

Remove some unused #defines.

Does not affect verification.
parent 04106920
No related branches found
No related tags found
No related merge requests found
......@@ -331,8 +331,6 @@ copyGlobalMappings(pde_t *newPD)
}
}
#define intSize (wordBits / 8)
word_t * PURE
lookupIPCBuffer(bool_t isReceiver, tcb_t *thread)
{
......@@ -736,9 +734,6 @@ isValidVTableRoot(cap_t cap)
cap_page_directory_cap_get_capPDIsMapped(cap);
}
#define wSize (capTransferDataSize + msgMaxLength + msgMaxExtraCaps + 2)
#define bSize (wSize * intSize)
exception_t
checkValidIPCBuffer(vptr_t vptr, cap_t cap)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment