Terminal: Remove unused code

This commit is contained in:
Bananymous 2025-08-18 00:07:51 +03:00
parent b334259a07
commit 0f52f49188
1 changed files with 0 additions and 7 deletions

View File

@ -181,13 +181,6 @@ void Terminal::run()
perror("ioctl");
return;
}
const pid_t fgpgrp = tcgetpgrp(m_shell_info.pts_master);
if (fgpgrp == -1)
{
perror("tcgetpgrp");
return;
}
});
const int max_fd = BAN::Math::max(m_shell_info.pts_master, m_window->server_fd());