summaryrefslogtreecommitdiff
path: root/include/internal/routines/level2/xgemv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/routines/level2/xgemv.h')
-rw-r--r--include/internal/routines/level2/xgemv.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/internal/routines/level2/xgemv.h b/include/internal/routines/level2/xgemv.h
index b28536bd..b1277079 100644
--- a/include/internal/routines/level2/xgemv.h
+++ b/include/internal/routines/level2/xgemv.h
@@ -56,10 +56,6 @@ class Xgemv: public Routine<T> {
bool fast_kernel, bool fast_kernel_rot,
const size_t parameter, const bool packed,
const size_t kl, const size_t ku);
-
- private:
- // Static variable to get the precision
- const static Precision precision_;
};
// =================================================================================================