mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-31 14:25:16 +00:00
Fixed the initialization of the TSC estimating code.
This commit is contained in:
@@ -64,8 +64,6 @@ namespace OpenHardwareMonitor.Hardware.CPU {
|
||||
|
||||
private double timeStampCounterMultiplier;
|
||||
|
||||
private StringBuilder debug = new StringBuilder();
|
||||
|
||||
public AMD10CPU(int processorIndex, CPUID[][] cpuid, ISettings settings)
|
||||
: base(processorIndex, cpuid, settings)
|
||||
{
|
||||
@@ -180,9 +178,6 @@ namespace OpenHardwareMonitor.Hardware.CPU {
|
||||
CultureInfo.InvariantCulture));
|
||||
r.AppendLine();
|
||||
|
||||
r.Append(debug);
|
||||
r.AppendLine();
|
||||
|
||||
return r.ToString();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user