Skip to content

Commit cd4e95d

Browse files
committed
remove unused code
1 parent 1731def commit cd4e95d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/connection.js

-5
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ p._send = function(code, more) {
8686
}
8787
}
8888

89-
var termBuffer = new Buffer([0x58, 0, 0, 0, 4]);
90-
p.end = function() {
91-
var wrote = this.stream.write(termBuffer);
92-
};
93-
9489
p.query = function(text) {
9590
//0x51 = Q
9691
this.stream.write(this.writer.addCString(text).flush(0x51));

0 commit comments

Comments
 (0)