diff options
Diffstat (limited to 'src/com/jogamp/opencl/CLEvent.java')
-rw-r--r-- | src/com/jogamp/opencl/CLEvent.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/com/jogamp/opencl/CLEvent.java b/src/com/jogamp/opencl/CLEvent.java index 5b71cc29..b7df1465 100644 --- a/src/com/jogamp/opencl/CLEvent.java +++ b/src/com/jogamp/opencl/CLEvent.java @@ -30,10 +30,6 @@ public class CLEvent extends CLObject implements CLResource { checkForError(ret, "can not release event"); } - public void close() { - release(); - } - /** * Returns the execution status of the command which triggers this event. */ |