diff options
Diffstat (limited to 'source/slang/compiler.h')
| -rw-r--r-- | source/slang/compiler.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/slang/compiler.h b/source/slang/compiler.h index 04508837f..de099c40b 100644 --- a/source/slang/compiler.h +++ b/source/slang/compiler.h @@ -287,9 +287,6 @@ namespace Slang class Session; - /// Create a blob that will retain a string for its lifetime. - /// - ComPtr<ISlangBlob> createStringBlob(String const& string); /// Create a blob that will retain (a copy of) raw data. /// @@ -411,8 +408,6 @@ namespace Slang CompileRequest(Session* session); - ~CompileRequest(); - RefPtr<Expr> parseTypeString(TranslationUnitRequest * translationUnit, String typeStr, RefPtr<Scope> scope); Type* getTypeFromString(String typeStr); |
