This commit is contained in:
Christopher Jeffrey 2013-08-28 23:49:25 -05:00
parent 4b1365bccc
commit a1c91ccb99

View File

@ -1233,9 +1233,6 @@ Tput.cpaths = [
Tput.prototype.readTermcap = function(term) {
var self = this
, term = term || this.terminal
, TERMCAP = process.env.TERMCAP || ''
, TERMPATH = process.env.TERMPATH || ''
, HOME = process.env.HOME || ''
, terms
, term_
, root