aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sj38.park@gmail.com>2024-03-10 10:20:26 -0700
committerSeongJae Park <sj38.park@gmail.com>2024-03-11 10:56:57 -0700
commitfaaee97ae7e4ea50f15bb8437db906e6947f2b31 (patch)
treea284efc25d3353ccd8f70264144d84f5010b6ec6
parent9b7f22f9803175cdbb1e3a117eb075586ebc4824 (diff)
downloaddamo-faaee97ae7e4ea50f15bb8437db906e6947f2b31.tar.gz
_damon_sysfs/update_supported_features(): Remove unnecessary DamonCtx constructor arguments
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
-rw-r--r--_damon_sysfs.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/_damon_sysfs.py b/_damon_sysfs.py
index 62eb96a6..6fd2193a 100644
--- a/_damon_sysfs.py
+++ b/_damon_sysfs.py
@@ -775,9 +775,6 @@ def update_supported_features():
_damon.Kdamond(
state=None, pid=None, contexts=[
_damon.DamonCtx(
- ops='paddr', targets=[],
- intervals=_damon.DamonIntervals(),
- nr_regions=_damon.DamonNrRegionsRange(),
schemes=[_damon.Damos()])])]
err = stage_kdamonds(kdamonds_for_feature_check)
if err is not None: