diff options
| author | Yong He <yonghe@outlook.com> | 2023-02-16 16:44:04 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-16 16:44:04 -0800 |
| commit | 245466d89cfe54b78da486f06d470bc6daaf4625 (patch) | |
| tree | 522e0af1a9d2756182e143cdc85031ea1bbc2aa0 /source/slang/slang-ir-type-set.cpp | |
| parent | 4c4826d47eeef4675daae4ae53ff76f4d5ebd84a (diff) | |
Remove `SharedIRBuilder`. (#2657)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'source/slang/slang-ir-type-set.cpp')
| -rw-r--r-- | source/slang/slang-ir-type-set.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source/slang/slang-ir-type-set.cpp b/source/slang/slang-ir-type-set.cpp deleted file mode 100644 index 7ac617bda..000000000 --- a/source/slang/slang-ir-type-set.cpp +++ /dev/null @@ -1,10 +0,0 @@ -// slang-ir-type-set.cpp -#include "slang-ir-type-set.h" - -#include "slang-ir.h" -#include "slang-ir-insts.h" - -namespace Slang -{ - -} |
