summaryrefslogtreecommitdiff
path: root/include/internal/routines/level1/xscal.h
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-06-17 11:41:10 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-06-17 11:41:10 +0200
commit520e28e7a72f288f04d04d86d4e7560d78159820 (patch)
tree6f32fc487d2bb0305e03220610d574f4af22075b /include/internal/routines/level1/xscal.h
parentafe8852eaae20fbdd3f38e9cac63a9162251d90b (diff)
Moved the ErrorIn function from the Routine class to the utilities header
Diffstat (limited to 'include/internal/routines/level1/xscal.h')
-rw-r--r--include/internal/routines/level1/xscal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/internal/routines/level1/xscal.h b/include/internal/routines/level1/xscal.h
index 5786869f..9a0f83ab 100644
--- a/include/internal/routines/level1/xscal.h
+++ b/include/internal/routines/level1/xscal.h
@@ -31,7 +31,6 @@ class Xscal: public Routine<T> {
using Routine<T>::event_;
using Routine<T>::GetProgramFromCache;
using Routine<T>::RunKernel;
- using Routine<T>::ErrorIn;
// Constructor
Xscal(Queue &queue, EventPointer event, const std::string &name = "SCAL");