performance
[nikiroo-utils.git] / src / jexer / tterminal / ECMA48.java
index 12e7a2bc3638b22d2aa19651661a2e899d167afb..ce06c36bebfb8fd525b262e3097359695c15dd34 100644 (file)
@@ -1025,11 +1025,6 @@ public class ECMA48 implements Runnable {
         // the input streams.
         if (stopReaderThread == false) {
             stopReaderThread = true;
-            try {
-                readerThread.join(1000);
-            } catch (InterruptedException e) {
-                // SQUASH
-            }
         }
 
         // Now close the output stream.