We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c61b5 commit f452ac9Copy full SHA for f452ac9
Data Miners/APSL/SMCInterface.m
@@ -339,7 +339,6 @@ - (id) readValue:(FourCharCode) key error:(NSError **) outError {
339
}
340
default:
341
result = [NSData dataWithBytes:stuffMeOut.bytes length:keyInfo.size];
342
- // result = [self intValueFromSMC:stuffMeOut.bytes length:stuffMeOut.keyInfo.dataSize];
343
break;
344
345
exit:
0 commit comments