aboutsummaryrefslogtreecommitdiff
path: root/opencl-1.2-stubs/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'opencl-1.2-stubs/SConscript')
-rw-r--r--opencl-1.2-stubs/SConscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/opencl-1.2-stubs/SConscript b/opencl-1.2-stubs/SConscript
deleted file mode 100644
index da37282fe8..0000000000
--- a/opencl-1.2-stubs/SConscript
+++ /dev/null
@@ -1,5 +0,0 @@
-Import("env")
-
-opencl = env.SharedLibrary("OpenCL", "opencl_stubs.c")
-alias = Alias("opencl", opencl)
-Default(alias)