Commit 7338ded5077c3239546c504adb8a11f2a683be24

Authored by Perry Werneck
1 parent 3b109b57
Exists in master and in 1 other branch develop

Performance adjustments.

Showing 2 changed files with 1 additions and 3 deletions   Show diff stats
src/core/controller.cc
@@ -110,7 +110,7 @@ @@ -110,7 +110,7 @@
110 throw runtime_error( _("Not initialized") ); 110 throw runtime_error( _("Not initialized") );
111 } 111 }
112 112
113 - trace("%s()=%p",__FUNCTION__,hllapi_host); 113 + // trace("%s()=%p",__FUNCTION__,hllapi_host);
114 return *hllapi_host; 114 return *hllapi_host;
115 115
116 } 116 }
src/core/get.cc
@@ -36,8 +36,6 @@ @@ -36,8 +36,6 @@
36 try { 36 try {
37 37
38 TN3270::Host &host = getSession(); 38 TN3270::Host &host = getSession();
39 -  
40 - host.waitForReady();  
41 worker(host); 39 worker(host);
42 40
43 } catch(const std::system_error &e) { 41 } catch(const std::system_error &e) {