Skip to content

Commit

Permalink
[core] Remove unused function arg (#49331)
Browse files Browse the repository at this point in the history
Signed-off-by: dentiny <[email protected]>
  • Loading branch information
dentiny authored Dec 18, 2024
1 parent bbe6bc1 commit 72a8c22
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion python/ray/_private/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,6 @@ def start_raylet(
use_profiler=use_profiler,
stdout_file=stdout_file,
stderr_file=stderr_file,
config=self._config,
huge_pages=self._ray_params.huge_pages,
fate_share=self.kernel_fate_share,
socket_to_use=None,
Expand Down
3 changes: 0 additions & 3 deletions python/ray/_private/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,6 @@ def start_raylet(
use_profiler: bool = False,
stdout_file: Optional[str] = None,
stderr_file: Optional[str] = None,
config: Optional[dict] = None,
huge_pages: bool = False,
fate_share: Optional[bool] = None,
socket_to_use: Optional[int] = None,
Expand Down Expand Up @@ -1604,8 +1603,6 @@ def start_raylet(
stderr_file: A file handle opened for writing to redirect stderr to. If
no redirection should happen, then this should be None.
tracing_startup_hook: Tracing startup hook.
config: Optional Raylet configuration that will
override defaults in RayConfig.
max_bytes: Log rotation parameter. Corresponding to
RotatingFileHandler's maxBytes.
backup_count: Log rotation parameter. Corresponding to
Expand Down

0 comments on commit 72a8c22

Please sign in to comment.