Skip to content

Commit ee329ed

Browse files
authored
Remove cl_icdl_private.h as it is now unneeded. (#210)
* Remove cl_icdl_private.h as it is now unneeded. * Temporary commit to test new header scheme TODO: revert when Headers are merged. * Use CL_NO_PROTOTYPES to avoid declaring clGetICDLoaderInfoOCLICD prototype extern. * Revert "Temporary commit to test new header scheme TODO: revert when Headers are merged." This reverts commit 137f0a5. * Remove CL_NO_PROTOTYPES.
1 parent b1bce7c commit ee329ed

3 files changed

Lines changed: 0 additions & 48 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ set (OPENCL_ICD_LOADER_SOURCES
6868
loader/icd.c
6969
loader/icd.h
7070
loader/icd_version.h
71-
loader/cl_icdl_private.h
7271
loader/icd_dispatch.c
7372
loader/icd_dispatch.h
7473
loader/icd_dispatch_generated.c

loader/cl_icdl_private.h

Lines changed: 0 additions & 46 deletions
This file was deleted.

loader/icd_dispatch.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
#include "icd.h"
2020
#include "icd_dispatch.h"
21-
#include "cl_icdl_private.h"
2221
#include "icd_version.h"
2322

2423
#include <stdlib.h>

0 commit comments

Comments
 (0)