[all-commits] [llvm/llvm-project] e42f92: [lldb] Remove unused private field 'm_orig_rax_inf...
Jie Fu via All-commits
all-commits at lists.llvm.org
Wed Apr 5 04:55:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e42f920918ca5b84329970825ce6a69b53f17bdb
https://github.com/llvm/llvm-project/commit/e42f920918ca5b84329970825ce6a69b53f17bdb
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-04-05 (Wed, 05 Apr 2023)
Changed paths:
M lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.h
Log Message:
-----------
[lldb] Remove unused private field 'm_orig_rax_info' in RegisterContextLinux_x86_64.h (NFC)
/data/llvm-project/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.h:32:30: error: private field 'm_orig_rax_info' is not used [-Werror,-Wunused-private-field]
lldb_private::RegisterInfo m_orig_rax_info;
^
1 error generated.
More information about the All-commits
mailing list