summaryrefslogtreecommitdiff
path: root/include/internal/routine.h
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-06-18 14:56:55 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-06-18 14:56:55 +0200
commit7b4c0e1cf03a94077c20f7f12ef15fb8717c74ca (patch)
treec18d714997a5e455119dbdc7f15aa96b51afff5a /include/internal/routine.h
parentf9947b4d7ffedcf98cdb128de835422f647e7f15 (diff)
Removed the template from the Routine base-class
Diffstat (limited to 'include/internal/routine.h')
-rw-r--r--include/internal/routine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/internal/routine.h b/include/internal/routine.h
index c64abc4c..9db4e227 100644
--- a/include/internal/routine.h
+++ b/include/internal/routine.h
@@ -28,7 +28,6 @@ namespace clblast {
// =================================================================================================
// See comment at top of file for a description of the class
-template <typename T>
class Routine {
public: