Browse Source

Remove unused commented code (#if directive)

tags/v0.3.18
Rafael Cardoso Fernandes Sousa 4 years ago
parent
commit
0e8b4adf22
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      driver/others/dynamic_power.c

+ 0
- 4
driver/others/dynamic_power.c View File

@@ -6,10 +6,6 @@ extern gotoblas_t gotoblas_POWER8;
#if (!defined __GNUC__) || ( __GNUC__ >= 6)
extern gotoblas_t gotoblas_POWER9;
#endif
//#if (!defined __GNUC__) || ( __GNUC__ >= 11) \
// || (__GNUC__ == 10 && __GNUC_MINOR__ >= 2)
//#define HAVE_P10_SUPPORT 1
//#endif
#ifdef HAVE_P10_SUPPORT
extern gotoblas_t gotoblas_POWER10;
#endif


Loading…
Cancel
Save