GNOME Bugzilla – Bug 782977
pty: pty_name is unused
Last modified: 2017-05-23 10:31:55 UTC
commit b59d76a5073d789f2f948cf928e883cb70cc8a75 added the pty_name variable which was never used. Let's remove it.
Damn. Bugzilla failed to create the hyperlink. It is https://git.gnome.org/browse/vte/commit/?id=b59d76a5073d789f2f948cf928e883cb70cc8a75 commit b59d76a5073d789f2f948cf928e883cb70cc8a75 Author: Christian Persch <chpe@gnome.org> Date: Sun Nov 29 20:57:54 2015 +0100 pty: Always acquire the child FD by name This saves one file descriptor per terminal in gnome-terminal for the case where we open the PTY master with BSD openpty().
Created attachment 352388 [details] [review] pty: Removed unused variable
Comment on attachment 352388 [details] [review] pty: Removed unused variable Thanks for the quick review. Pushed to master, vte-0-48 and vte-0-46.