aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-01-19 10:59:43 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-01-19 10:59:43 -0800
commit98a17f4046f8098d04727f9cb1891d15a27ba13f (patch)
treef8c5d8bdce2988b5dfba132e41e601f287c2695d /proc.cpp
parentf850c021b76d4f5b019a0646d9924f0771b6d3e5 (diff)
Remove some functions which were rendered trivial by xiaq's changes. Make io_file_t take its path directly. Make io_buffer_t no longer use a shared_ptr for its data.
Diffstat (limited to 'proc.cpp')
-rw-r--r--proc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/proc.cpp b/proc.cpp
index 87c8f362..7f1b86a9 100644
--- a/proc.cpp
+++ b/proc.cpp
@@ -544,7 +544,6 @@ job_t::~job_t()
{
if (first_process != NULL)
delete first_process;
- io_chain_destroy(this->io);
release_job_id(job_id);
}