Remove unused commented code (#if directive)

This commit is contained in:
Rafael Cardoso Fernandes Sousa 2021-09-15 22:18:48 +00:00
parent b751edf624
commit 0e8b4adf22
1 changed files with 0 additions and 4 deletions

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