summaryrefslogtreecommitdiff
path: root/include/internal/routines/level1/xcopy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/routines/level1/xcopy.h')
-rw-r--r--include/internal/routines/level1/xcopy.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/internal/routines/level1/xcopy.h b/include/internal/routines/level1/xcopy.h
index de9edaaf..eb245192 100644
--- a/include/internal/routines/level1/xcopy.h
+++ b/include/internal/routines/level1/xcopy.h
@@ -40,10 +40,6 @@ class Xcopy: public Routine<T> {
StatusCode DoCopy(const size_t n,
const Buffer<T> &x_buffer, const size_t x_offset, const size_t x_inc,
const Buffer<T> &y_buffer, const size_t y_offset, const size_t y_inc);
-
- private:
- // Static variable to get the precision
- const static Precision precision_;
};
// =================================================================================================