diff options
Diffstat (limited to 'source/slang/slang-ast-dump.cpp')
| -rw-r--r-- | source/slang/slang-ast-dump.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source/slang/slang-ast-dump.cpp b/source/slang/slang-ast-dump.cpp index 96a0afe6d..e05f0a455 100644 --- a/source/slang/slang-ast-dump.cpp +++ b/source/slang/slang-ast-dump.cpp @@ -435,13 +435,6 @@ struct ASTDumpContext ScopeWrite(this).getBuf() << "DeclCheckStateExt{" << extState.isBeingChecked() << ", " << Index(state) << "}"; } - void dump(TextureFlavor texFlavor) - { - m_buf.clear(); - m_buf << "TextureFlavor{" << Index(texFlavor.flavor) << "}"; - m_writer->emit(m_buf); - } - void dump(FeedbackType::Kind kind) { m_buf.clear(); |
