From 5c1c9edab9d34b4d3072bcc9b0e38e9ac3bf1d88 Mon Sep 17 00:00:00 2001 From: Ken Domino Date: Mon, 3 Feb 2025 20:49:54 -0500 Subject: [PATCH] Changes to fix ambiguity in Z grammar, and unnecessary "using" in lua. (#4406) --- lua/CSharp/LuaLexerBase.cs | 1 - z/desc.xml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/CSharp/LuaLexerBase.cs b/lua/CSharp/LuaLexerBase.cs index 206c2cbee0..1964deba06 100644 --- a/lua/CSharp/LuaLexerBase.cs +++ b/lua/CSharp/LuaLexerBase.cs @@ -4,7 +4,6 @@ using System.Collections.Specialized; using System.IO; using Antlr4.Runtime; -using Microsoft.Build.Utilities; public abstract class LuaLexerBase : Lexer { diff --git a/z/desc.xml b/z/desc.xml index 6ddd7e83b9..64e7053f9b 100644 --- a/z/desc.xml +++ b/z/desc.xml @@ -2,4 +2,5 @@ ^4.7 Java + Z