summaryrefslogtreecommitdiff
path: root/src/routines/level3/xhemm.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-06-27 14:44:08 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-06-27 14:44:08 +0200
commit76b20cfe0c692655167b396ff7d7e442fc092702 (patch)
tree5662303f86686390d2fb638fb478bd254b628f1d /src/routines/level3/xhemm.hpp
parent5557a6ae81ae12717f3095a8a0dc192ba5cf36e7 (diff)
Fixes for the AppVeyor Windows build
Diffstat (limited to 'src/routines/level3/xhemm.hpp')
-rw-r--r--src/routines/level3/xhemm.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/routines/level3/xhemm.hpp b/src/routines/level3/xhemm.hpp
index d79b42a1..272bd2ec 100644
--- a/src/routines/level3/xhemm.hpp
+++ b/src/routines/level3/xhemm.hpp
@@ -26,7 +26,6 @@ class Xhemm: public Xgemm<T> {
public:
// Uses methods and variables the regular Xgemm routine
- using Xgemm<T>::precision_;
using Xgemm<T>::routine_name_;
using Xgemm<T>::queue_;
using Xgemm<T>::context_;