From 4ea8f329b6725dde474922383958b973c01c104d Mon Sep 17 00:00:00 2001 From: R Aadarsh Date: Sat, 6 Jun 2026 14:59:03 +0530 Subject: [PATCH] Remove unused constants --- src/header/spawn/file_actions.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/header/spawn/file_actions.rs b/src/header/spawn/file_actions.rs index d804828fd2..9dd01f6e40 100644 --- a/src/header/spawn/file_actions.rs +++ b/src/header/spawn/file_actions.rs @@ -6,12 +6,6 @@ use crate::{ platform::types::{c_char, c_int, mode_t, size_t}, }; -const OPEN: c_char = 1; -const CLOSE: c_char = 2; -const CHDIR: c_char = 3; -const FCHDIR: c_char = 4; -const DUP2: c_char = 5; - #[derive(Debug, Clone)] pub enum Action { Open {