summaryrefslogtreecommitdiff
path: root/include/internal/routines/level3/xhemm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/routines/level3/xhemm.h')
-rw-r--r--include/internal/routines/level3/xhemm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/internal/routines/level3/xhemm.h b/include/internal/routines/level3/xhemm.h
index 9f4557b4..cf833f57 100644
--- a/include/internal/routines/level3/xhemm.h
+++ b/include/internal/routines/level3/xhemm.h
@@ -30,7 +30,6 @@ class Xhemm: public Xgemm<T> {
using Routine<T>::context_;
using Routine<T>::GetProgramFromCache;
using Routine<T>::RunKernel;
- using Routine<T>::ErrorIn;
// Uses the regular Xgemm routine
using Xgemm<T>::DoGemm;