aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/proc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/proc.cpp')
-rw-r--r--src/proc.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/proc.cpp b/src/proc.cpp
index be106d43..806da0ec 100644
--- a/src/proc.cpp
+++ b/src/proc.cpp
@@ -453,11 +453,7 @@ static void handle_child_status(pid_t pid, int status)
}
process_t::process_t() :
- argv_array(),
- argv0_narrow(),
- type(),
internal_block_node(NODE_OFFSET_INVALID),
- actual_cmd(),
pid(0),
pipe_write_fd(0),
pipe_read_fd(0),
@@ -480,8 +476,6 @@ process_t::~process_t()
}
job_t::job_t(job_id_t jobid, const io_chain_t &bio) :
- command_str(),
- command_narrow(),
block_io(bio),
first_process(NULL),
pgid(0),