summaryrefslogtreecommitdiff
path: root/source/slang/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/parser.h')
-rw-r--r--source/slang/parser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/slang/parser.h b/source/slang/parser.h
index 8dfef4c12..41a82602a 100644
--- a/source/slang/parser.h
+++ b/source/slang/parser.h
@@ -12,7 +12,6 @@ namespace Slang
TranslationUnitRequest* translationUnit,
TokenSpan const& tokens,
DiagnosticSink* sink,
- String const& fileName,
RefPtr<Scope> const& outerScope);
;
}