Skip to content

Commit

Permalink
Removes unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dingfeli committed Nov 22, 2024
1 parent f9aeefa commit ad0e032
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public final class QInvocationSession extends QResource {
private QInlineInputListener inputListener = null;
private QInlineTerminationListener terminationListener = null;
private int[] headOffsetAtLine = new int[500];
private boolean hasBeenTypedahead = false;
private boolean isTabOnly = false;
private Consumer<Integer> unsetVerticalIndent;
private ConcurrentHashMap<UUID, Future<?>> unresolvedTasks = new ConcurrentHashMap<>();
Expand Down

0 comments on commit ad0e032

Please sign in to comment.