Skip to content

Commit f9e5cee

Browse files
committed
remove addr from threaddata
1 parent d17c412 commit f9e5cee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Plugins/Process/elf-core/ThreadElfCore.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ struct ThreadData {
153153
lldb::tid_t tid;
154154
int signo = 0;
155155
int code = 0;
156-
void *sigaddr = nullptr;
157156
int prstatus_sig = 0;
158157
std::string description;
159158
std::string name;

0 commit comments

Comments
 (0)