summaryrefslogtreecommitdiff
path: root/src/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.c')
-rw-r--r--src/device.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/device.c b/src/device.c
deleted file mode 100644
index b34a525..0000000
--- a/src/device.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef DEVICE_H
-#define DEVICE_H
-
-#include "OpenCL/cl.h"
-
-struct _cl_device_id {
- struct pipe_screen *screen;
-};
-
-#endif