Skip to content

Commit f45a0cf

Browse files
committed
coll/han: Remove unnecessary common/sm comment
coll/han does not rely on the common/sm framework, so remove the comment in its Makefile.am about including common/sm. Signed-off-by: Brian Barrett <[email protected]>
1 parent 8e655d4 commit f45a0cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ompi/mca/coll/han/Makefile.am

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Copyright (c) 2018-2020 The University of Tennessee and The University
33
# of Tennessee Research Foundation. All rights
44
# reserved.
5+
# Copyright (c) 2022 Amazon.com, Inc. or its affiliates. All Rights reserved.
56
# $COPYRIGHT$
67
#
78
# Additional copyrights may follow
@@ -41,9 +42,6 @@ else
4142
component_noinst += libmca_coll_han.la
4243
endif
4344

44-
# See ompi/mca/btl/sm/Makefile.am for an explanation of
45-
# libmca_common_sm.la.
46-
4745
mcacomponentdir = $(ompilibdir)
4846
mcacomponent_LTLIBRARIES = $(component_install)
4947
mca_coll_han_la_SOURCES = $(sources)

0 commit comments

Comments
 (0)