From d0b7e627fc4aebe6b9c3805a63d0aba4557433ab Mon Sep 17 00:00:00 2001 From: C De <54338635+cde-git@users.noreply.github.com> Date: Mon, 27 Jun 2022 11:22:13 -0700 Subject: Removing another instance of ExAllocate Pool (#748) * Removing instance of ExAllocatePoolWithTag * Removing ExAllocatePool define Co-authored-by: C De --- bluetooth/serialhcibus/driver.h | 3 --- 1 file changed, 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 -- cgit v1.3.1