Skip to content

Commit dc1b125

Browse files
committed
There is no destructor for the base requests.
1 parent 1b8556f commit dc1b125

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

ompi/mca/pml/base/pml_base_request.c

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
44
* University Research and Technology
55
* Corporation. All rights reserved.
6-
* Copyright (c) 2004-2007 The University of Tennessee and The University
6+
* Copyright (c) 2004-2015 The University of Tennessee and The University
77
* of Tennessee Research Foundation. All rights
88
* reserved.
99
* Copyright (c) 2004-2007 High Performance Computing Center Stuttgart,
@@ -35,14 +35,10 @@ static void mca_pml_base_request_construct(mca_pml_base_request_t* req)
3535
req->req_ompi.req_type = OMPI_REQUEST_PML;
3636
}
3737

38-
static void mca_pml_base_request_destruct(mca_pml_base_request_t* req)
39-
{
40-
}
41-
4238
OBJ_CLASS_INSTANCE(
4339
mca_pml_base_request_t,
4440
ompi_request_t,
4541
mca_pml_base_request_construct,
46-
mca_pml_base_request_destruct
42+
NULL
4743
);
4844

0 commit comments

Comments
 (0)