summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang/dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/shader/slang/dummy.c')
-rw-r--r--src/mesa/shader/slang/dummy.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mesa/shader/slang/dummy.c b/src/mesa/shader/slang/dummy.c
deleted file mode 100644
index a056e47fcc7..00000000000
--- a/src/mesa/shader/slang/dummy.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * This file is only serves as a placeholder when we omit the shading
- * language compiler (probably because we don't have C++ or one of the
- * needed C++ libraries/templates.
- */
-
-extern void _slang_dummy(void);
-
-void
-_slang_dummy(void)
-{
-}