Skip to content

Commit 0e8b4ad

Browse files
committed
Remove unused commented code (#if directive)
1 parent b751edf commit 0e8b4ad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

driver/others/dynamic_power.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ extern gotoblas_t gotoblas_POWER8;
66
#if (!defined __GNUC__) || ( __GNUC__ >= 6)
77
extern gotoblas_t gotoblas_POWER9;
88
#endif
9-
//#if (!defined __GNUC__) || ( __GNUC__ >= 11) \
10-
// || (__GNUC__ == 10 && __GNUC_MINOR__ >= 2)
11-
//#define HAVE_P10_SUPPORT 1
12-
//#endif
139
#ifdef HAVE_P10_SUPPORT
1410
extern gotoblas_t gotoblas_POWER10;
1511
#endif

0 commit comments

Comments
 (0)