summaryrefslogtreecommitdiff
path: root/include/internal
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-03-30 15:31:45 +0200
committercnugteren <web@cedricnugteren.nl>2016-03-30 16:13:26 -0700
commit6e5f558746eec09eda6132754649419430a86f41 (patch)
treedbc842cfa0b805e690d5f77822740c7b6b70caa9 /include/internal
parent6f561abada9abb54987ecea0cf10f547e2e88422 (diff)
Made event an optional argument in the CLBlast C++ API
Diffstat (limited to 'include/internal')
-rw-r--r--include/internal/clpp11.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/internal/clpp11.h b/include/internal/clpp11.h
index a705c6b7..aac66396 100644
--- a/include/internal/clpp11.h
+++ b/include/internal/clpp11.h
@@ -75,9 +75,6 @@ class Event {
// Constructor based on the regular OpenCL data-type
explicit Event(cl_event* event): event_(event) { }
- // Constructor based on a non-existant event
- explicit Event(): event_(nullptr) { }
-
// Retrieves the elapsed time of the last recorded event. Note that no error checking is done on
// the 'clGetEventProfilingInfo' function, since there is a bug in Apple's OpenCL implementation:
// http://stackoverflow.com/questions/26145603/clgeteventprofilinginfo-bug-in-macosx