diff options
Diffstat (limited to 'source/slang/compiled-program.h')
| -rw-r--r-- | source/slang/compiled-program.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/source/slang/compiled-program.h b/source/slang/compiled-program.h index 1766127b2..7f5b674a0 100644 --- a/source/slang/compiled-program.h +++ b/source/slang/compiled-program.h @@ -8,42 +8,6 @@ namespace Slang { - void IndentString(StringBuilder & sb, String src); - - struct EntryPointResult - { - String outputSource; - }; - - struct TranslationUnitResult - { - String outputSource; - List<EntryPointResult> entryPoints; - }; - - class CompileResult - { - public: - DiagnosticSink* mSink = nullptr; - - // Per-translation-unit results - List<TranslationUnitResult> translationUnits; - - CompileResult() - {} - ~CompileResult() - { - } - DiagnosticSink * GetErrorWriter() - { - return mSink; - } - int GetErrorCount() - { - return mSink->GetErrorCount(); - } - }; - } #endif
\ No newline at end of file |
