[core][win] remove non available stat "num_fds"

This commit is contained in:
Yann Lanthony 2018-03-15 02:47:29 +01:00
parent 7ecde53df7
commit a677f6b297

View file

@ -89,7 +89,7 @@ class ProcStatistics:
'num_threads',
# 'memory_maps',
'status',
'num_fds', # The number of file descriptors currently opened by this process (non cumulative)
# 'num_fds', # The number of file descriptors currently opened by this process (non cumulative) - N/A on Windows
'io_counters',
'num_ctx_switches',
]