summaryrefslogtreecommitdiff
path: root/proclist.c
diff options
context:
space:
mode:
Diffstat (limited to 'proclist.c')
-rw-r--r--proclist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/proclist.c b/proclist.c
index 38368fe..fe5d0cf 100644
--- a/proclist.c
+++ b/proclist.c
@@ -69,7 +69,6 @@ proclist_make_node (struct ps_context *pc)
.get_contents = proclist_get_contents,
.lookup = proclist_lookup,
.cleanup_contents = procfs_cleanup_contents_with_free,
- .enable_refresh_hack_and_break_readdir = 1,
};
return procfs_make_node (&ops, pc);
}