Skip to content

Commit 06c8a30

Browse files
authored
Merge pull request #7450 from rhc54/topic/mips
Remove stale reference to MIPS
2 parents 820d9ac + 4960b6b commit 06c8a30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opal/include/opal/sys/timer.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* Copyright (c) 2016 Broadcom Limited. All rights reserved.
1414
* Copyright (c) 2016-2017 Los Alamos National Security, LLC. All rights
1515
* reserved.
16+
* Copyright (c) 2020 Intel, Inc. All rights reserved.
1617
* $COPYRIGHT$
1718
*
1819
* Additional copyrights may follow
@@ -88,8 +89,6 @@ BEGIN_C_DECLS
8889
#include "opal/sys/sparcv9/timer.h"
8990
#elif OPAL_ASSEMBLY_ARCH == OPAL_SPARCV9_64
9091
#include "opal/sys/sparcv9/timer.h"
91-
#elif OPAL_ASSEMBLY_ARCH == OPAL_MIPS
92-
#include "opal/sys/mips/timer.h"
9392
#endif
9493

9594
#ifndef DOXYGEN

0 commit comments

Comments
 (0)