From 3972db5683fac2b8aa9e16db785199dcbb01d91e Mon Sep 17 00:00:00 2001 From: Pavel_Sorokin Date: Thu, 10 Nov 2022 18:36:49 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=D0=B0=20=D0=BB?= =?UTF-8?q?=D0=B8=D1=88=D0=BD=D1=8F=D1=8F=20=D1=81=D1=82=D1=80=D0=BE=D1=87?= =?UTF-8?q?=D0=BA=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Liner/Liner/MapsCollection.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Liner/Liner/MapsCollection.cs b/Liner/Liner/MapsCollection.cs index 59166aa..c3157f7 100644 --- a/Liner/Liner/MapsCollection.cs +++ b/Liner/Liner/MapsCollection.cs @@ -66,7 +66,6 @@ namespace Liner { return false; } - string bufferTextFromFile = ""; using (StreamReader sr = new(filename)) { string str = sr.ReadLine();