summaryrefslogtreecommitdiff
path: root/source/slang/ir-constexpr.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/ir-constexpr.h')
-rw-r--r--source/slang/ir-constexpr.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/slang/ir-constexpr.h b/source/slang/ir-constexpr.h
deleted file mode 100644
index 04f2e59ec..000000000
--- a/source/slang/ir-constexpr.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// ir-constexpr.h
-#pragma once
-
-namespace Slang
-{
- class DiagnosticSink;
- struct IRModule;
-
- void propagateConstExpr(
- IRModule* module,
- DiagnosticSink* sink);
-}