diff options
| author | C De <[email protected]> | 2022-06-27 11:22:13 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-27 11:22:13 -0700 |
| commit | d0b7e627fc4aebe6b9c3805a63d0aba4557433ab (patch) | |
| tree | 7958aca454087697c421b515c3b351b70dc9a539 | |
| parent | e3ffcb404ddb611789c522c08c868ccd2e7aaf77 (diff) | |
Removing another instance of ExAllocate Pool (#748)
* Removing instance of ExAllocatePoolWithTag
* Removing ExAllocatePool define
Co-authored-by: C De <[email protected]>
| -rw-r--r-- | bluetooth/serialhcibus/driver.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bluetooth/serialhcibus/driver.h b/bluetooth/serialhcibus/driver.h index bb006ece..2aaf72a0 100644 --- a/bluetooth/serialhcibus/driver.h +++ b/bluetooth/serialhcibus/driver.h @@ -61,9 +61,6 @@ DEFINE_GUID(GUID_CONTAINERID_INTERNALLY_CONNECTED_DEVICE, #endif #define POOLTAG_UARTHCIBUSSAMPLE 'SBHS' // 'S'erial 'H'ci 'B'us 'S'ample -#undef ExAllocatePool -#define ExAllocatePool(type, size) \ - ExAllocatePoolWithTag(type, size, POOLTAG_UARTHCIBUSSAMPLE) // // An ID used to uniquely identify Bluetooth function from other function |
