File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 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-
4238OBJ_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
You can’t perform that action at this time.
0 commit comments