Removing unnecessary line.

This commit is contained in:
Marcel Metz
2013-04-09 14:44:45 +02:00
parent 3718f062a1
commit 3bbdb342bc

View File

@@ -167,7 +167,6 @@ const Future = new Lang.Class({
new Gio.UnixInputStream({fd: stderr, close_fd: true}).close(null);
this._childWatch = GLib.child_watch_add(GLib.PRIORITY_DEFAULT, pid, Lang.bind(this, function(pid, status, requestObj) {
Shell.util_wifexited(status);
GLib.source_remove(this._childWatch);
}));