remove duplicate line (fix #3245)

This commit is contained in:
Jonathan Lipps
2014-07-29 10:33:31 -07:00
parent 7c11969728
commit b014ae1b4a
-1
View File
@@ -1297,7 +1297,6 @@ IOS.prototype.stop = function (cb) {
IOS.prototype.shutdown = function (code, cb) {
this.commandProxy = null;
this.instruments = null;
this.commandProxy = null;
this.postCleanup(cb);
};