Undo backwards-compatibly change that prevents external identifer resolving.

This commit is contained in:
chriseth
2021-08-12 14:48:01 +02:00
parent 0755d65e80
commit 838514a718
3 changed files with 2 additions and 33 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ public:
virtual void markAsInvalid() = 0;
};
enum class IdentifierContext { LValue, RValue, VariableDeclaration, NonExternal };
enum class IdentifierContext { LValue, RValue, VariableDeclaration };
/// Object that is used to resolve references and generate code for access to identifiers external
/// to inline assembly (not used in standalone assembly mode).