mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-11 00:01:16 +00:00
remove unused hm_IOKIT_SMCCall() call
This commit is contained in:
parent
1703d24c1a
commit
dac7fafec9
@ -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;
|
||||||
|
|
||||||
if (hm_IOKIT_SMCCall (KERNEL_INDEX_SMC, &inData, &outData, conn) != kIOReturnSuccess) return 1;
|
|
||||||
|
|
||||||
val->dataSize = outData.keyInfo.dataSize;
|
val->dataSize = outData.keyInfo.dataSize;
|
||||||
|
|
||||||
hm_IOKIT_ultostr (val->dataType, outData.keyInfo.dataType);
|
hm_IOKIT_ultostr (val->dataType, outData.keyInfo.dataType);
|
||||||
|
Loading…
Reference in New Issue
Block a user