summaryrefslogtreecommitdiff
path: root/include/internal/routines/level3/xher2k.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/routines/level3/xher2k.h')
-rw-r--r--include/internal/routines/level3/xher2k.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/internal/routines/level3/xher2k.h b/include/internal/routines/level3/xher2k.h
index 092d7246..dfeb737e 100644
--- a/include/internal/routines/level3/xher2k.h
+++ b/include/internal/routines/level3/xher2k.h
@@ -46,10 +46,6 @@ class Xher2k: public Routine<T> {
const Buffer<T> &b_buffer, const size_t b_offset, const size_t b_ld,
const U beta,
const Buffer<T> &c_buffer, const size_t c_offset, const size_t c_ld);
-
- private:
- // Static variable to get the precision
- const static Precision precision_;
};
// =================================================================================================