summaryrefslogtreecommitdiff
path: root/include/internal/routines/level3/xherk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/routines/level3/xherk.h')
-rw-r--r--include/internal/routines/level3/xherk.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/internal/routines/level3/xherk.h b/include/internal/routines/level3/xherk.h
index b5e2d723..7ea59579 100644
--- a/include/internal/routines/level3/xherk.h
+++ b/include/internal/routines/level3/xherk.h
@@ -45,10 +45,6 @@ class Xherk: public Routine<T> {
const Buffer<T> &a_buffer, const size_t a_offset, const size_t a_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_;
};
// =================================================================================================