summaryrefslogtreecommitdiff
path: root/source/slang/ir-existential.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/ir-existential.h')
-rw-r--r--source/slang/ir-existential.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/slang/ir-existential.h b/source/slang/ir-existential.h
deleted file mode 100644
index 2bc94c7b1..000000000
--- a/source/slang/ir-existential.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// ir-existential.h
-#pragma once
-
-namespace Slang
-{
- struct IRModule;
-
- /// Simplify code that makes use of existential types.
- void simplifyExistentialTypes(
- IRModule* module);
-}
-