Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Oct 3, 2023
1 parent 41d3738 commit c6c9c08
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,6 @@ static String ttyName(int fd) {

static Pty openpty(Attributes attr, Size size) {
try {
winsize ws = new winsize();
termios t = new termios();

java.lang.foreign.MemorySegment buf =
java.lang.foreign.Arena.ofAuto().allocate(64);
java.lang.foreign.MemorySegment master =
Expand Down

0 comments on commit c6c9c08

Please sign in to comment.