summaryrefslogtreecommitdiff
path: root/r600/include/clc/workitem/get_group_id.h
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-06-01 08:58:38 -0400
committerTom Stellard <thomas.stellard@amd.com>2012-06-01 09:03:20 -0400
commit8d5aecaa134636fdbf058fe6272e97d6ca31bcb0 (patch)
tree33f1548fdc5c70489a3c286da2837150f5145c0a /r600/include/clc/workitem/get_group_id.h
parentdfe199f89dbfe58f058ed254db9e591c9b29bf03 (diff)
Move R600 headers into generic directory
Diffstat (limited to 'r600/include/clc/workitem/get_group_id.h')
-rw-r--r--r600/include/clc/workitem/get_group_id.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/r600/include/clc/workitem/get_group_id.h b/r600/include/clc/workitem/get_group_id.h
deleted file mode 100644
index 6862dba..0000000
--- a/r600/include/clc/workitem/get_group_id.h
+++ /dev/null
@@ -1,3 +0,0 @@
-_CLC_INLINE size_t get_group_id(uint dim) {
- return 0;
-}