1
mirror of https://github.com/hashcat/hashcat synced 2024-11-24 14:27:14 +01:00

remove unused hm_IOKIT_SMCCall() call

This commit is contained in:
Gabriele Gristina 2021-06-19 21:15:37 +02:00
parent 1703d24c1a
commit dac7fafec9

View File

@ -114,8 +114,6 @@ kern_return_t hm_IOKIT_SMCReadKey (UInt32Char_t key, SMCVal_t *val, io_connect_t
if (hm_IOKIT_SMCCall (KERNEL_INDEX_SMC, &inData, &outData, conn) != kIOReturnSuccess) return 1;
if (hm_IOKIT_SMCCall (KERNEL_INDEX_SMC, &inData, &outData, conn) != kIOReturnSuccess) return 1;
val->dataSize = outData.keyInfo.dataSize;
hm_IOKIT_ultostr (val->dataType, outData.keyInfo.dataType);