Prepare for a more dynamic #pragma unroll use
[hashcat.git] / OpenCL / types_ocl.c
index 8104039..772aba1 100644 (file)
@@ -5,9 +5,6 @@
  * License.....: MIT
  */
 
-#define DEVICE_TYPE_CPU 2
-#define DEVICE_TYPE_GPU 4
-
 typedef uchar  u8;
 typedef ushort u16;
 typedef uint   u32;