diff --git a/lib/provider/memory/Show-IcingaMemoryData.psm1 b/lib/provider/memory/Show-IcingaMemoryData.psm1 index 7bf8e5f..bd2a28c 100644 --- a/lib/provider/memory/Show-IcingaMemoryData.psm1 +++ b/lib/provider/memory/Show-IcingaMemoryData.psm1 @@ -1,6 +1,5 @@ function Show-IcingaMemoryData () { - $MEMInformation = Get-CimInstance Win32_PhysicalMemory; [hashtable]$MEMData = @{};