diff options
Diffstat (limited to 'src/libimcv/seg/seg_env.c')
-rw-r--r-- | src/libimcv/seg/seg_env.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libimcv/seg/seg_env.c b/src/libimcv/seg/seg_env.c index b961589bf..c47ce2934 100644 --- a/src/libimcv/seg/seg_env.c +++ b/src/libimcv/seg/seg_env.c @@ -171,11 +171,6 @@ METHOD(seg_env_t, add_segment, bool, chunk_t msg_info; status_t status; - /* not all attributes might have implemented the add_segment method */ - if (!this->base_attr->add_segment) - { - return FALSE; - } this->base_attr->add_segment(this->base_attr, segment); status = this->base_attr->process(this->base_attr, &attr_offset); |