Skip to content

Commit aacdd80

Browse files
committed
Cleaning up unused variables.
1 parent f7e658f commit aacdd80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/tools/lldb-dap/DAP.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ struct DAP {
192192
// Keep track of the last stop thread index IDs as threads won't go away
193193
// unless we send a "thread" event to indicate the thread exited.
194194
llvm::DenseSet<lldb::tid_t> thread_ids;
195-
std::map<lldb::tid_t, uint32_t> thread_stack_size_cache;
196195
uint32_t reverse_request_seq;
197196
std::mutex call_mutex;
198197
std::map<int /* request_seq */, ResponseCallback /* reply handler */>

0 commit comments

Comments
 (0)