diff options
author | Michael Bien <[email protected]> | 2010-03-30 17:19:15 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-30 17:19:15 +0200 |
commit | 9ec0937d729faade497a3d2a394f76992dcdaa45 (patch) | |
tree | 5ae54ffaf676f988609e66f6a88858f468f296bf /test | |
parent | 8b6228d7978c515d1d8de160c45fe52b77874779 (diff) |
refactorings due to newly introduced Int64Buffer in gluegen.
Diffstat (limited to 'test')
-rw-r--r-- | test/com/mbien/opencl/LowLevelBindingTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/com/mbien/opencl/LowLevelBindingTest.java b/test/com/mbien/opencl/LowLevelBindingTest.java index 4b585bac..481d8450 100644 --- a/test/com/mbien/opencl/LowLevelBindingTest.java +++ b/test/com/mbien/opencl/LowLevelBindingTest.java @@ -1,7 +1,6 @@ package com.mbien.opencl; import com.mbien.opencl.impl.CLImpl; -import com.jogamp.gluegen.runtime.CPU; import com.jogamp.gluegen.runtime.PointerBuffer; import java.nio.ByteBuffer; import java.nio.ByteOrder; |