Преглед на файлове

There is no null values here.

BDisp преди 10 месеца
родител
ревизия
ea0cacf080
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      Terminal.Gui/ConsoleDrivers/NetDriver/NetMainLoop.cs

+ 0 - 1
Terminal.Gui/ConsoleDrivers/NetDriver/NetMainLoop.cs

@@ -86,7 +86,6 @@ internal class NetMainLoop : IMainLoopDriver
     {
         while (_resultQueue.Count > 0)
         {
-            // Always dequeue even if it's null and invoke if isn't null
             if (_resultQueue.TryTake (out NetEvents.InputResult dequeueResult))
             {
                 ProcessInput?.Invoke (dequeueResult);