emacs: remove unused function parameter and outdated TODO comment

This commit is contained in:
Lin Jian
2026-03-04 23:10:39 +08:00
parent 3a6925fab0
commit b301f00ed4
@@ -126,7 +126,6 @@ def main(
sha,
datestring=datestring,
emacs_overlay=emacs_overlay,
here_directory=here_directory,
)
@@ -203,7 +202,6 @@ def check_fileset(
env["NIXPKGS_ALLOW_BROKEN"] = "1"
logging.info(f"Testing {nix_attr}")
# TODO: capture the output (to put it in the logfile).
result = subprocess.run(
cmdline, capture_output=True, text=True, check=True, env=env
)
@@ -220,7 +218,6 @@ def commit_fileset(
sha: str,
datestring: str,
emacs_overlay: EmacsOverlay,
here_directory: HereDirectory,
) -> None:
"""Commit the fileset.